jetpack_search_disable_widget_filters, false

jetpack_search_disable_widget_filters, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_search_disable_widget_filters, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-search/src/class-helper.php line 727
    		 * @since  5.7.0
    		 *
    		 * @param bool false
    		 */
    		return apply_filters( 'jetpack_search_disable_widget_filters', false );
    	}
    
    	/**
    	 * Returns the maximum posts per page for a search query.
    	 *
    	 * @since 5.8.0