Also after I purchased the pro version, I enabled the bot, but I don’t see it anywhere on my webpage.
Thank you very much for your reply, another question I have is that I prepared a server in the USA in the way you described and used squid in it, I have a problem that he needs to use the plugin in your theme or other plugins:
To send requests through the remote proxy server, simply call the wp_proxy_request function with the desired URL:
`php</p>
<p>$content = wp_proxy_request(‘<a href=”https://example.com/” rel=”noreferrer noopener” target=”_blank”>https://example.com/</a>’);</p>
<p>`
Replace ‘https://example.com/‘ with the URL you’d like to request through the proxy. The $content variable will hold the response body, which you can use as needed in your theme or another plugin.
By following these steps, you’ll create a simple WordPress plugin that sends requests through your remote Squid proxy server.
I would like to ask where is the function wp_proxy_request?