Block a specific url request
I probably have a plugin that makes a request to an URL slowly down my website. At the moment I'm still debugging the issue but, in the meantime, is there a way to prevent Wordpress to request this URL?
I know there's the rule define('WP_HTTP_BLOCK_EXTERNAL', true); but it actually blocks every request.
Topic request-filter urls Wordpress
Category Web