rss2_item
Fires at the end of each RSS2 feed item.
Type: action
Since: 2.0.0
Source: includes/frontend/feed-rss2-popular-posts.php line 139
Usage
add_action( 'rss2_item', function() {
// ...
} ); rss2_item action Fires at the end of each RSS2 feed item.
Type: action
Since: 2.0.0
Source: includes/frontend/feed-rss2-popular-posts.php line 139
add_action( 'rss2_item', function() {
// ...
} );