dashboard_secondary_title WordPress Filter Hook
The dashboard_secondary_title hook is used to add content to the secondary title area of the WordPress dashboard. This hook is typically used to add links or other content to the secondary title area.
apply_filters( 'dashboard_secondary_title', string $title ) #
Filters the secondary link title for the ‘WordPress Events and News’ dashboard widget.
Parameters
- $title
(string)Title attribute for the widget's secondary link.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |