Filter hook 'privacy_on_link_text'

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

Description

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'.

Occurrences

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

Parameters

Type Name Description
string $content Default text.

PHP Doc

/**
		 * 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'.
		 *
		 * @since 3.0.0
		 *
		 * @param string $content Default text.
		 */