apply_filters( ‘dashboard_secondary_feed’, string $url )

In this article

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

Parameters

$urlstring
The widget’s secondary feed URL.

Source

'url'          => apply_filters(
	'dashboard_secondary_feed',
	/* translators: Link to the Planet feed of the locale. */
	__( 'https://planet.wordpress.org/feed/' )
),

Changelog

VersionDescription
2.3.0Introduced.

User Contributed Notes

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