Filter hook 'dashboard_primary_link'

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

Description

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

Occurrences

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

Parameters

Type Name Description
string $link The widget's primary link URL.

PHP Doc

/**
			 * Filters the primary link URL for the 'WordPress Events and News' dashboard widget.
			 *
			 * @since 2.5.0
			 *
			 * @param string $link The widget's primary link URL.
			 */