This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Anonymous Admin Links

Description

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' ); 

Installation

This plugin doesn’t have any options. Install it, activate it, and it’s on.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Anonymous Admin Links” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Genesis.