apply_filters( ‘privacy_on_link_title’, string $title )

In this article

Filters the link title attribute 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

$titlestring
Default attribute text.

Source

$title = apply_filters( 'privacy_on_link_title', '' );

Changelog

VersionDescription
4.5.0The default for $title was updated to an empty string.
3.0.0Introduced.

User Contributed Notes

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