Filter hook 'privacy_on_link_title'

in WP Core File wp-admin/includes/dashboard.php at line 388

Description

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

Occurrences

Filename Line Number
wp-admin/includes/dashboard.php 388

Parameters

Type Name Description
string $title Default attribute text.

PHP Doc

/**
		 * Filters the link title attribute 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'.
		 *
		 * @since 3.0.0
		 * @since 4.5.0 The default for `$title` was updated to an empty string.
		 *
		 * @param string $title Default attribute text.
		 */