On this page
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 3.8.0, the widget was named ‘Right Now’.
Parameters
$titlestring-
Default attribute text.
Source
File: wp-admin/includes/dashboard.php. View all references
$title = apply_filters( 'privacy_on_link_title', '' );
Related
Used By
| Used By | Description |
|---|---|
| wp_dashboard_right_now() wp-admin/includes/dashboard.php | Dashboard widget that displays some basic stats about the site. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/privacy_on_link_title