jetpack_search_replace_classic

jetpack_search_replace_classic

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_search_replace_classic') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/inline-search/class-inline-search.php line 25
    	/**
    	 * 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.