Change “Privacy Mode” Warning Text

If you want to see something other than “Search Engines Blocked” when, well, search engines are blocked, you can use this to customize the text

add_filter('privacy_on_link_text', 'change_privacy_text');
function change_privacy_text() {
	_e('Privacy Mode Enabled');
};

Leave a Reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: