dashboard_primary_feed WordPress Filter Hook
The dashboard_primary_feed hook is used to display the primary feed on the WordPress Dashboard. This hook is triggered by the wp_dashboard_primary_feed() function.
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.
Source
Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |