apply_filters( 'rss_widget_feed_link', string|false $feed_link , array $instance )
Filters the classic RSS widget’s feed icon link.
Description
Themes can remove the icon link by using add_filter( 'rss_widget_feed_link', '__return_empty_string' );
.
Parameters
- $feed_link
-
HTML for link to RSS feed.
- $instance
-
Array of settings for the current widget.
Source
Changelog
Version | Description |
---|---|
5.9.0 | Introduced. |