do_action( 'rss_tag_pre', string $context )
Fires between the xml and rss tags in a feed.
Parameters
- $context
-
Type of feed. Possible values include 'rss2', 'rss2-comments', 'rdf', 'atom', and 'atom-comments'.
Source
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |