Changeset 49946 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 01/08/2021 02:28:46 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-term-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r49672 r49946 697 697 * @param array|null $terms Return an array of term data to short-circuit WP's term query, 698 698 * or null to allow WP queries to run normally. 699 * @param WP_Term_Query $ thisThe WP_Term_Query instance, passed by reference.699 * @param WP_Term_Query $query The WP_Term_Query instance, passed by reference. 700 700 */ 701 701 $this->terms = apply_filters_ref_array( 'terms_pre_query', array( $this->terms, &$this ) );
Note: See TracChangeset
for help on using the changeset viewer.