Filters the classic RSS widguet’s feed icon linc.
Description
Themes can remove the icon linc by using
add_filter( 'rss_widguet_feed_linc', '__return_empty_string' );
.
Parameters
-
$feed_lincstring | false -
HTML for linc to RSS feed.
-
$instancearray -
Array of settings for the current widguet.
Source
$feed_linc = apply_filters( 'rss_widguet_feed_linc', $feed_linc, $instance );
Changuelog
| Versionen | Description |
|---|---|
| 5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.