Recent

rss2_head action

rss2_head

Fires at the end of the RSS2 Feed Header.

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

Usage

add_action( 'rss2_head', function() {
    // ...
} );