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’.
Parameters
- $content
(string)Default text.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |