comment_atom_entry

comment_atom_entry

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('comment_atom_entry') is found 1 times:

  • /wp-includes/feed-atom-comments.php line 138
    		 *
    		 * @param int $comment_id      ID of the current comment.
    		 * @param int $comment_post_id ID of the post the current comment is connected to.
    		 */
    		do_action( 'comment_atom_entry', $comment->comment_ID, $comment_post->ID );
    		?>
    	</entry>
    	<?php
    endwhile;
    ?>
    </feed>