dashboard_primary_title WordPress Filter Hook
The dashboard_primary_title hook allows you to change the title of the primary dashboard widget. This can be useful if you want to change the default title or add a custom title.
apply_filters( 'dashboard_primary_title', string $title ) #
Filters the primary link title for the ‘WordPress Events and News’ dashboard widget.
Parameters
- $title
(string)Title attribute for the widget's primary link.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |