WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rss_widget_feed_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/widgets/class-wp-widget-rss.php apply_filters 111 /**
* Filters the classic RSS widget's feed icon link.
*
* Themes can remove the icon link by using `add_filter( 'rss_widget_feed_link', '__return_false' );`.
*
* @since 5.9.0
*
* @param string $feed_link HTML for link to RSS feed.
* @param array $instance Array of settings for the current widget.
*/

Hook Parameters

Parameter Type Name Description
string $feed_link HTML for link to RSS feed.
array $instance Array of settings for the current widget.