內容簡介
當您點擊連結時,瀏覽器會向您降落的網站傳送 referrer 資訊。這是您在 Google Analytics 中獲得 referrer 計數等資料的方式。然而,有時您可能不想讓人知道您是從哪裡點擊他們的連結。此外掛的預設功能將隱藏您從 wp-admin 連結的 referrers。您還可以使用此外掛來隱藏您網站前端的連結,例如,您可以通過添加以下的外掛來實現此功能:
add_action( 'wp_enqueue_scripts', 'es_anonymous_admin_links' );
外掛標籤
開發者團隊
原文外掛簡介
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' );
