W3cubDocs

/WordPress

apply_filters( ‘dashboard_secondary_feed’, string $url )

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

Version Description
2.3.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/dashboard_secondary_feed