Really helpful!
-
Works exactly as advertised so far. Really helpful for figuring out if any plugins/themes are phoning home unnecessarily.
FYI after you’ve used this plugin to find out who’s calling where, you can add “define(‘WP_HTTP_BLOCK_EXTERNAL’, true);” to your wp-config.php to block ANY requests outwards. You’ll probably want to also whitelist domains you trust with the WP_ACCESSIBLE_HOSTS parameter. E.g. if you’re polling data from instagram or youtube api, and what not.
(Credit to Markus Philipp Stefanko for those tips)
The topic ‘Really helpful!’ is closed to new replies.