do_action( 'comment_atom_entry', int $comment_id , int $comment_post_id )
Fires at the end of each Atom comment feed item.
Description Description
Parameters Parameters
- $comment_id
-
(int) ID of the current comment.
- $comment_post_id
-
(int) ID of the post the current comment is connected to.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |