apply_filters( ‘dashboard_secondary_link’, string $link )

In this article

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

Parameters

$linkstring
The widget’s secondary link URL.

Source

'link'         => apply_filters(
	'dashboard_secondary_link',
	/* translators: Link to the Planet website of the locale. */
	__( 'https://planet.wordpress.org/' )
),

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.