jetpack_search_replace_classic
jetpack_search_replace_classic
Appears in: jetpack.14.5
Hook Type: filter
Displaying hooks found in version: jetpack.14.5apply_filters('jetpack_search_replace_classic') is found 1 times:
- /jetpack_vendor/automattic/jetpack-search/src/inline-search/class-inline-search.php line 252122232425262728293031
/**
* Returns whether this class should be used instead of Classic_Search.
*/
public
static
function
should_replace_classic_search(): bool {
return
(bool) apply_filters(
'jetpack_search_replace_classic'
, false );
}
/**
* Returns a
class
singleton. Initializes with first-time setup.
*
* @param string|int
$blog_id
Blog id.