WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_atom_entry

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/feed-atom-comments.php do_action 137 /**
* Fires at the end of each Atom comment feed item.
*
* @since 2.2.0
*
* @param int $comment_id ID of the current comment.
* @param int $comment_post_id ID of the post the current comment is connected to.
*/

Hook Parameters

Parameter Type Name Description
int $comment_id ID of the current comment.
int $comment_post_id ID of the post the current comment is connected to.