jetpack_search_title_selectors
jetpack_search_title_selectors
Appears in: jetpack.14.8
Hook Type: filter
Displaying hooks found in version: jetpack.14.8apply_filters('jetpack_search_title_selectors') is found 1 times:
- /jetpack_vendor/automattic/jetpack-search/src/inline-search/class-inline-search-correction.php line 158
* * @since 0.48.0 * @param array $default_selectors CSS selectors for search title elements. */ return apply_filters( 'jetpack_search_title_selectors', $default_selectors ); } /** * Generate the HTML for the corrected query notice. * * @return string The HTML for the corrected query notice or empty string if none.