wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



terms_pre_query › Filtr WordPress Hooks

Od5.3.0
Przestarzałyn/a
apply_filters_ref_array( 'terms_pre_query', array( $this->terms, &$this )
Parametry: (2)
  • (array|null) $terms Return an array of term data to short-circuit WP's term query, or null to allow WP queries to run normally.
    Wymagane: Tak
  • (WP_Term_Query) $query The WP_Term_Query instance, passed by reference.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the terms array before the query takes place.

Return a non-null value to bypass WordPress' default term queries.





Źródło

$this->terms = apply_filters_ref_array( 'terms_pre_query', array( $this->terms, &$this ) );