dashboard_secondary_link WordPress Filter Hook
The dashboard_secondary_link hook is used to add a secondary link to the WordPress admin dashboard. This hook is typically used to add a link to a documentation or support site.
apply_filters( 'dashboard_secondary_link', string $link ) #
Filters the secondary link URL for the ‘WordPress Events and News’ dashboard widget.
Parameters
- $link
(string)The widget's secondary link URL.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |