WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rss2_head

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php do_action 527 /**
* Determines whether to selectively skip post meta used for WXR exports.
*
* @since 3.3.0
*
* @param bool $return_me Whether to skip the current post meta. Default false.
* @param string $meta_key Meta key.
* @return bool
*/
wp-includes/feed-rss2.php do_action 83 /**
* Fires at the end of the RSS2 Feed Header.
*
* @since 2.0.0
*/

Hook Parameters

Parameter Type Name Description