Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the spinupwp domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /sites/coreysalzano.com/files/wp-includes/functions.php on line 6121
No Blog Clients WordPress plugin – Corey Salzano

No Blog Clients WordPress plugin

I wrote a small WordPress plugin today to prevent these link elements from showing up in the header of my websites:


<link rel="EditURI" type="application/rsd+xml" title="RSD" href="WPURL/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="WPURL/wp-includes/wlwmanifest.xml" />

The first of these link elements instruct blog clients where to find the WordPress XML-RPC interface via really simple discovery (RSD).

The second tells Windows Live Writer where to find your WordPress administration dashboard, the location of the edit posts and manage comments scripts.

If you are not using any blog clients to log into your WordPress and make changes to your posts or approve comments, these is no reason to be publishing these script locations.

Download no-blog-clients.zip

This plugin is now included in the official WP Plugins Directory.


Comments

2 responses to “No Blog Clients WordPress plugin”

  1. hi. Thanks for plugin

    perfect.

    Regards

  2. Thanks. Trying to clean up my WP header, this is a great help.

    Cheers!