If you are using a twentyten/eleven theme, they hardcode the pingback meta tag into the head.php
file. Remove that line or use your own theme. Also, and maybe it’s only in multisite, but the X-Pingback header is sent along with the xmlrpc endpoint url as well. Removed with the following:
/**
* Remove the X-Pingback header, since pingbacks are disabled
*/
add_filter('wp_headers', 'custom_remove_xmlrpc_header', 1, 2);
function custom_remove_xmlrpc_header($headers, $wp_object){
if (array_key_exists('X-Pingback', $headers))
unset($headers['X-Pingback']);
return $headers;
}
Related Posts:
- how to reduce the number of spam comments
- A spam bot loves me, what can I do?
- How to spam-filter a custom content type with the Akismet plugin?
- How to block a someone from commenting?
- Reducing spammy user sign-ups
- How to reduce spam
- How do I permanently disable Pingbacks?
- What are all these spam subscribers doing here?
- How to disable WordPress trackbacks?
- How can I delete all my existing trackbacks?
- How can I delete all users which have never commented / have posted spam comments?
- Comment Spammed vs Trashed
- Contact Form 7 being hijacked to send spam? [closed]
- getting casino links on my woocommerce site [closed]
- How to locate & delete hidden pages on a site
- How is my non-published blog getting so much spam?
- Contact Form 7 Plugin send emails to my Gmail as spam [closed]
- Automated spam being caught in 2 posts. Can this be used to help get rid of spam on everyone’s sites?
- WordPress Site has 35K spam images
- WordPress Phone Verification
- Is the tagline area spam-bot proof?
- Spam email sent from my [email protected] account
- How to block spam blocks pointing to a same website [closed]
- WordPress VPS out of Memory Problem
- Is it possible to determine proxy based comments?
- How to track down a phantom contact form?
- How to get rid of spam forever?
- Spams, Scams on WordPress site – what to do?
- Auto block ALL IP’s indicated by Akismet?
- Simple comments spam solution
- How to stop people from using my domain to send spam? [duplicate]
- how to trash WordPress comments if its not in English
- ssl_error_rx_record_too_long and Apache SSL [closed]
- Environment variable to control java.io.tmpdir?
- What is spark.driver.maxResultSize?
- Reading settings from app.config or web.config in .NET
- How to import a module given the full path?
- Encrypt Password in Configuration Files?
- Encrypt Password in Configuration Files?
- How to solve the error “SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied.” in IE
- How to set NotebookApp.iopub_data_rate_limit and others NotebookApp settings in JupyterHub?
- WordPress and wamp sending “Delivery status notification Failure” to my inbox every 7 minutes
- Why do I get comment spam even with Akismet and Captcha?
- How to intercept already localized scripts
- Control verbosity level of WP DEBUG?
- How can I debug the TTFB in WP?
- Multisite Network Port Num Issues?
- Improve wordpress security by hiding non public resources
- Removing the “Website” Field from Comments and Replies?
- Individual Widgets per Page
- Experiences with adding Nonces to the comment form
- Tips for finding SPAM links injected into the_content
- How do I transition multiple installations to a single Multisite installation?
- WordPress Multisite with multiple domains using Nginx
- How to deal with small scale comment spam on small commercial sites? [closed]
- Hosting multiple WordPress sites on single server – best practices?
- What methods should be used to fend off splogs in a multiuser install? [closed]
- What’s the easiest way to close comments on media/attachments?
- How to use live images on local install?
- How to remove comment spam in WordPress
- How is comment spam received without a comments form?
- Generate WordPress salt
- Local wordpress setup with SPAM in the incoming links dashboard section?
- Multisite behind Varnish
- WordPress PHP error handling and reporting in production environment
- How to combine javascript files without plugins?
- Where are a theme’s options stored and can I export them to be imported into freshly installed themes?
- Generate WP-CLI @alias for each site on multisite
- How to prevent spam users registering even with registration disabled
- Declaratively Configuring WordPress in XML or JSON or YAML
- Allow anonymous comments, but prevent spam [closed]
- Override Current Theme Setting in wp_config.php
- References to other site everywhere in WordPress site
- How exactly does Bad Behavior plugin work?
- What are best practices for configuring a server for WordPress sites?
- Is there any advantage to emptying comment spam?
- WordPress salts set in config and database
- WordPress behind Proxy – Mixed Content
- Why do I get email notifications about comments that WordPress has already determined are spam?
- Making a configurable field translatable
- Steps to debug on a blank screened wordpress install
- Number of External Links in Comments – Moderation Option
- What is the best way to provide plugin users with a way to customized the styles
- Comments screen in backend, how to disable Quick Edit | Edit | History | Spam | for non admins
- Repeatable configuration package
- Check spam in custom form – akismet
- Mass delete spam accounts
- Broken image multisite
- Add robots.txt to root
- What is the best way to avoid spammers registering to my blog?
- What do spammers gain by signing up as a user?
- While Using Static Pages, How Can I Get /blog into the URL of Each Post?
- Hide root site in Multisite install
- Strategies for coping with hyperagressive spambots?
- Website is being flooded [closed]
- Using wp-uploads instead of wp-content/uploads
- How Do I Prevent Junk Account Creation?
- Set wp-content folder to Dropbox folder
- How to backup and restore configurations
- How to change how long items are kept in the trash?