On this page
apply_filters( 'dashboard_secondary_link', string $link )
Filters the secondary link URL for the ‘WordPress Events and News’ dashboard widget.
Parameters
$linkstring-
The widget's secondary link URL.
Source
File: wp-admin/includes/dashboard.php. View all references
'link' => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ),
Related
Used By
| Used By | Description |
|---|---|
| wp_dashboard_primary() wp-admin/includes/dashboard.php | ‘WordPress Events and News’ dashboard widget. |
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/dashboard_secondary_link