rss_tag_pre, atom-comments
rss_tag_pre, atom-comments
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('rss_tag_pre, atom-comments') is found 1 times:
- /wp-includes/feed-atom-comments.php line 12
header( ‘Content-Type: ‘ . feed_content_type( ‘atom’ ) . ‘; charset=’ . get_option( ‘blog_charset’ ), true );
echo ‘‘;/** This action is documented in wp-includes/feed-rss2.php */
do_action( ‘rss_tag_pre’, ‘atom-comments’ );
?>