Filter hook 'dashboard_secondary_title'

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

Description

Filters the secondary link title for the 'WordPress Events and News' dashboard widget.

Occurrences

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

Parameters

Type Name Description
string $title Title attribute for the widget's secondary link.

PHP Doc

/**
			 * Filters the secondary link title for the 'WordPress Events and News' dashboard widget.
			 *
			 * @since 2.3.0
			 *
			 * @param string $title Title attribute for the widget's secondary link.
			 */