Hi there,
Thank you for your report. I did not find any issue as reported. Please confirm it by doing this on your site:
1. Browse your-site-url/xmlrpc.php. It should display “xmlrpc.php not available.” if “deactivate xmlrpc pingback” is enabled, otherwise it will show “XML-RPC server accepts POST requests only.”
2. Browse your-site-url/?nocache=1 or disable any page cache plugin, and check the link if still exists.
Thanks.
Thank you for your suggestion. The hook remove_action(‘wp_head’, ‘rsd_link’), we already place in “Remove WP Header Junk” and maybe need to place in “Deactivate XML-RPC / Pingbacks” as well.
Here is a code reference how we do it:
Deactivate XML-RPC / Pingbacks:
https://github.com/nawawi/docket-cache/blob/master/includes/src/Tweaks.php#L123
Remove WP Header Junk:
https://github.com/nawawi/docket-cache/blob/master/includes/src/Tweaks.php#L98
Thanks.
So weard, i know the hook action, but the pingback link in the head is always here..
I use litespeed plugin too with docket cache since i dont have object cache plan for the server i’m on.
i think clearfy does it by ob_start method to be effective with cache
-
This reply was modified 4 years, 1 month ago by
JibsouX.
Yes, clearfy used the “buffer” technique with template_redirect hook, altering the output content to remove the link. The reason we didn’t implement it, because it is more effective doing it with page cache plugins.
Thanks.
Yes you are right, I will see with LiteSpeed team to implement this function in addition 😉
Thanks for you plugin it’s the best for file object caching on disk !