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.

Top ↑

Source

File: wp-admin/includes/dashboard.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes

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