dashboard_secondary_title WordPress Filter Hook

The dashboard_secondary_title hook is used to add content to the secondary title area of the WordPress dashboard. This hook is typically used to add links or other content to the secondary title area.

apply_filters( 'dashboard_secondary_title', string $title ) #

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


Parameters

$title

(string)Title attribute for the widget's secondary link.


Top ↑

Source

File: wp-admin/includes/dashboard.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.