wordpress / latest / hooks / privacy_on_link_text.html

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

File: wp-admin/includes/dashboard.php. View all references

$content = apply_filters( 'privacy_on_link_text', __( 'Search engines discouraged' ) );

Used By

Used By Description

Changelog

Version Description
3.0.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/privacy_on_link_text