rss_tag_pre, atom-comments

rss_tag_pre, atom-comments

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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’ );
    ?>

    Share this: