Stop Receiving News And Other Informations On WordPress

Seeing the headline should you all know what it means. By default, on the control panel WordPress will automatically received some update informations about news and plugins and so on. Of course, some people would like them, but some hate them. Of course, if you do not like this feature, you can disable it through the following method.

Step one:find the wp-config.php file in the root directory of WordPress;

Step two:add the following code into it:

define('WP_HTTP_BLOCK_EXTERNAL', true);

Step three(optional):you can add one white list in the function below, the white list comprises of some URLs such as: rpc.pingomatic.com etc.

define('WP_ACCESSIBLE_HOSTS', 'rpc.pingomatic.com');

Related Posts

Share this article with your friends or followers!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>