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 Description

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


Parameters Parameters

$title

(string) Default attribute text.


Top ↑

Source Source

File: wp-admin/includes/dashboard.php

View on Trac


Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

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