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]
- Reading settings from app.config or web.config in .NET
- Encrypt Password in Configuration Files?
- How to set NotebookApp.iopub_data_rate_limit and others NotebookApp settings in JupyterHub?
- Control verbosity level of WP DEBUG?
- Improve wordpress security by hiding non public resources
- 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?
- How to deal with small scale comment spam on small commercial sites? [closed]
- Hosting multiple WordPress sites on single server – best practices?
- What’s the easiest way to close comments on media/attachments?
- How to use live images on local install?
- What is the best way to provide plugin users with a way to customized the styles
- Add robots.txt to root
- 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
- Allow download_url for lan addresses
- Subdomain and subdirectories together in one installation
- Akismet plugin is deleting spam despite preferences
- Hacked website redirect, only on desktop, help with restoring it [closed]
- Buddypress Fake (non-bot) Users [closed]
- New users must comment when requesting username
- Report spam button
- Does WordPress MultiSite use separate MySql databases?
- wp_redirection_404 table has grown to 7GB
- Set WP_MAX_MEMORY_LIMIT higher than PHP.ini memory_limit
- Can somebody tell me how I am supposed to be using blogs.dir for network / MU sites?
- Why edits to wp-config.php must come before “That’s all” comment
- nginx.conf appeared in all WordPress installations on folder
- Gutenberg Block Development: Trying to add custom js script to npm start command by modifying webpack.config
- WordPress Ignoring .user.ini
- WordPress – Promoting A Dev Build In A Subdirectory To Production / Root Directory
- Work flow for multiple developers
- How can I run a multi language WordPress site in two folders in one install? [closed]
- How to block comments and pings?
- Batch approve comments
- Show wordpress locally in xammp and in iPhone via ip
- How do I filter users based on email address?
- Is there a spam comment blocker that blocks IP addresses for a limited amount of time? [closed]
- Spam injected in w3 total cache page cache [closed]
- Stop SPAM from custom form
- What should index.php contain on Synology NAS to get external access to WordPress to work?
- Why when I try to access to this old WordPress site it is opened the installation page?
- Move wordpress files to sub-folder
- “GET / HTTP/1.1” 304 186 “-” inside access_log for a WordPress site, but the admin side works
- How to stop direct HTTP POST to a PHP script?
- How do you set the default page in WordPress?
- can’t upgrade wordpress or install plugins, it seems to “think” it’s still on a local installation
- Block registration by URL referrer?
- XML Sitemap Generator and 404 problem
- WordPress comment processing . Default unapproved comments detection before posting
- Block internal search queries with pre_get_posts and regex rules
- Changes not being reflected on new server
- Subpage is redirecting to spam site
- Using htaccess to prevent spam through wp-comments-post.php
- How can I automatically delete comments that contain a URL?
- Front-end pages messed up due to HTTPS
- Copy wordpress settings to another blog
- New accounts daily at WP Multi-User site under development, Analytics reports no traffic. What gives?
- Where do I add my own configuration needs and how do I access them?
- nginx + wordpress: Best practices for configuring it to be secure, reliable, and fast? [closed]
- command for checking Apache configuration
- Difference in sites-available vs sites-enabled vs conf.d directories (Nginx)?
- Fighting Spam – What can I do as an: Email Administrator, Domain Owner, or User?
- Adding a directory to $PATH in CentOS?
- How to check for modified config files on a Debian system?