apply_filters( ‘privacy_on_link_text’, string $content )

In this article

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

$contentstring
Default text.

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.