Filter hook 'dashboard_secondary_link'

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

Description

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

Occurrences

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

Parameters

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

PHP Doc

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