apply_filters( 'dashboard_primary_link', string $link )

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


Parameters

$link string
The widget's primary link URL.

Top ↑

Source

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

'link'         => apply_filters( 'dashboard_primary_link', __( 'https://wordpress.org/news/' ) ),


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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