WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about dashboard_secondary_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/dashboard.php apply_filters 1559 /**
* Filters the secondary link title for the 'WordPress Events and News' dashboard widget.
*
* @since 2.3.0
*
* @param string $title Title attribute for the widget's secondary link.
*/

Hook Parameters

Parameter Type Name Description
string $title Title attribute for the widget's secondary link.