graphql_pre_term_cursor_node

apply_filters( 'graphql_pre_term_cursor_node', null, $this->cursor_offset, $this );

If pre-hooked, return filtered node.

  • Type: filter
  • Group: Connections
  • Since: 0.0.5
  • Source File: plugins/wp-graphql/src/Data/Cursor/TermObjectCursor.php

Parameters

  • $pre_term (\WP_Term|null): The pre-filtered term node.
  • $offset (int): The cursor offset.
  • $node (\WPGraphQL\Data\Cursor\TermObjectCursor): The cursor instance.

Source

apply_filters( 'graphql_pre_term_cursor_node', null, $this->cursor_offset, $this );