Anonymous Admin

Hide the referrer for external links in `wp-admin` using [href.li](http://href.li).

Author:Evan Solomon (profile at wordpress.org)
WordPress version required:3.4
WordPress version tested:3.5.1
Plugin version:1.03
Added to WordPress repository:08-03-2013
Last updated:28-03-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 141
plugin download
Click to start download

When you click links, your browser sends referrer information to the site you land on. This is how you get things like referrer counts in Google Analytics. Sometimes, though, you don't want people to know where you clicked their links from. By default, this plugin will hide your referrers for links from wp-admin. You can also use it to hide links on the front end of your site by making a plugin along the lines of this.

add_action( 'wp_enqueue_scripts', 'es_anonymous_admin_links' );

ChangeLog