Recent

rss2_ns action

rss2_ns

Fires at the end of the RSS root to add namespaces.

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

Usage

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