privacy_on_link_text WordPress Filter Hook

The privacy_on_link_text hook allows you to modify the privacy policy link text that is displayed on your site. This can be useful if you want to change the text to something more specific to your site, or if you want to change the link to point to a different privacy policy.

apply_filters( 'privacy_on_link_text', string $content ) #

Filters the link label for the ‘Search engines discouraged’ message displayed in the ‘At a Glance’ dashboard widget.


Description

Prior to 3.8.0, the widget was named ‘Right Now’.


Top ↑

Parameters

$content

(string)Default text.


Top ↑

Source

File: wp-admin/includes/dashboard.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.