comments_atom_head

comments_atom_head

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('comments_atom_head') is found 1 times:

  • /wp-includes/feed-atom-comments.php line 67
    	 * Fires at the end of the Atom comment feed header.
    	 *
    	 * @since 2.8.0
    	 */
    	do_action( 'comments_atom_head' );
    ?>
    <?php
    while ( have_comments() ) :
    	the_comment();
    	$comment_post = get_post( $comment->comment_post_ID );
    	/**