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
'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.