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
File: wp-admin/includes/dashboard.php
.
View all references
'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |