apply_filters( ‘dashboard_primary_link’, string $link )

In this article

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

Parameters

$linkstring
The widget’s primary link URL.

Source

'link'         => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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