Filter hook 'dashboard_primary_title'

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

Description

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

Occurrences

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

Parameters

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

PHP Doc

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