jetpack_search_get_filters, $aggregation_data, $query
jetpack_search_get_filters, $aggregation_data, $query
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_search_get_filters, $aggregation_data, $query') is found 1 times:
- /jetpack_vendor/automattic/jetpack-search/src/classic-search/class-classic-search.php line 1852
* * @param array $aggregation_data The array of filters keyed on label. * @param WP_Query $query The WP_Query object. */ return apply_filters( 'jetpack_search_get_filters', $aggregation_data, $query ); } /** * Get the filters that are currently applied to this search. * * @since 5.0.0