apply_filters( ‘dashboard_primary_title’, string $title )

In this article

Filters the primary link title for the ‘WordPress Events and News’ dashboard widget.

Parameters

$titlestring
Title attribute for the widget’s primary link.

Source

'title'        => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.