apply_filters( 'privacy_on_link_title', string $title )

Filters the link title attribute for the ‘Search Engines Discouraged’ message displayed in the ‘At a Glance’ dashboard widget.


Description

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


Parameters

$title

(string) Default attribute text.


Source

File: wp-admin/includes/dashboard.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.5.0 The default for $title was updated to an empty string.
WP-3.0.0 Introduced.