dashboard_secondary_feed WordPress Filter Hook
The dashboard_secondary_feed hook allows you to add a secondary feed to the WordPress admin dashboard. This is useful if you want to keep up with the latest news from your favorite website or blog.
apply_filters( 'dashboard_secondary_feed', string $url ) #
Filters the secondary feed URL for the ‘WordPress Events and News’ dashboard widget.
Parameters
- $url
(string)The widget's secondary feed URL.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |