This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* Start of disabling Search Functionality, in case the request blocker is not active | |
* | |
* see also: https://instance-factory.com/?p=1706#disableSearch | |
*/ | |
function ifb_filter_query($query) | |
{ | |
if (is_search()) { |