apply_filters( ‘dashboard_secondary_title’, string $title )

In this article

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

Parameters

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

Source

'title'        => apply_filters( 'dashboard_secondary_title', __( 'Other WordPress News' ) ),

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

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