WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rss_tag_pre

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed-atom.php do_action 14 /**
* Atom Feed Template for displaying Atom Posts feed.
*
* @package WordPress
*/
wp-includes/feed-rdf.php do_action 14 /**
* RSS 1 RDF Feed Template for displaying RSS 1 Posts feed.
*
* @package WordPress
*/
wp-includes/feed-atom-comments.php do_action 12 /**
* Atom Feed Template for displaying Atom Comments feed.
*
* @package WordPress
*/
wp-includes/feed-rss2-comments.php do_action 13 /**
* RSS2 Feed Template for displaying RSS2 Comments feed.
*
* @package WordPress
*/
wp-includes/feed-rss2.php do_action 21 /**
* Fires between the xml and rss tags in a feed.
*
* @since 4.0.0
*
* @param string $context Type of feed. Possible values include 'rss2', 'rss2-comments',
* 'rdf', 'atom', and 'atom-comments'.
*/

Hook Parameters

Parameter Type Name Description
string $context Type of feed. Possible values include 'rss2', 'rss2-comments',