do_action( 'comment_atom_entry', int $comment_id, int $comment_post_id )

Fires at the end of each Atom comment feed item.


Parameters

$comment_id

ID of the current comment.

$comment_post_id

ID of the post the current comment is connected to.


Source

File: wp-includes/feed-atom-comments.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.2.0 Introduced.