This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Page load version check

#18999
Ernest MarcinkoErnest Marcinko
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.