Changeset 53781 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/26/2022 01:21:55 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r53747 r53781 162 162 ) 163 163 ); 164 165 /** 166 * Filters the Ajax term search results. 167 * 168 * @since 6.1.0 169 * 170 * @param string[] $results Array of term names. 171 * @param WP_Taxonomy $tax The taxonomy object. 172 * @param string $s The search term. 173 */ 174 $results = apply_filters( 'ajax_term_search_results', $results, $tax, $s ); 164 175 165 176 echo implode( "\n", $results );
Note: See TracChangeset
for help on using the changeset viewer.