Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Page load version check › Reply To: Page load version check
August 17, 2018 at 1:12 pm
#18999
Keymaster
Hi,
That is the plugin version check module.
If you put this line to the wp-config.php file in your root directory, then it will not be executed:
[php]define(‘WP_HTTP_BLOCK_EXTERNAL’, true);[/php]
It will also prevent any off-network URL checks on the whole installation.