Filters the secondary link URL for the ‘WordPress Events and News’ dashboard widget.
Parameters
$link
string- 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
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.