do_action( ‘rss_tag_pre’, string $context )

In this article

Fires between the xml and rss tags in a feed.

Parameters

$contextstring
Type of feed. Possible values include 'rss2', 'rss2-comments', 'rdf', 'atom', and 'atom-comments'.

Source

do_action( 'rss_tag_pre', 'rss2' );

Changelog

VersionDescription
4.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.