apply_filters( 'privacy_on_link_title', string $title )
- Since
- 3.0.0, 4.5.0
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'.
Compatibility
- WordPress
- since 4.5.0
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0).
Parameters
$titlestring- Default attribute text.
Where this hook fires · 1
wp-admin/includes/dashboard.php:388wp_dashboard_right_now()
Source code
* * @since 3.0.0 * @since 4.5.0 The default for `$title` was updated to an empty string. * * @param string $title Default attribute text. */ $title = apply_filters( 'privacy_on_link_title', '' ); /** * Filters the link label for the 'Search engines discouraged' message * displayed in the 'At a Glance' dashboard widget. * * Prior to 3.8.0, the widget was named 'Right Now'.Changelog
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
4.5.0
The default for
$title was updated to an empty string.from the docblock3.0.0
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 6.9.7 tag, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
- Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.