Recent

rss_tag_pre action

rss_tag_pre

Fires between the xml and rss tags in a feed.

Type: action
Since: 4.0.0
Source: includes/frontend/feed-rss2-popular-posts.php line 39

Parameters

TypeNameDescription
string$contextType of feed. Possible values include ‘rss2’, ‘rss2-comments’,

Usage

add_action( 'rss_tag_pre', function($context) {
    // ...
} );