apply_filters( 'dashboard_primary_feed', string $url )

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


Parameters

$url string
The widget's primary feed URL.

Top ↑

Source

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

'url'          => apply_filters( 'dashboard_primary_feed', __( 'https://wordpress.org/news/feed/' ) ),


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.