Action hook 'comment_atom_entry'

in WP Core File wp-includes/feed-atom-comments.php at line 141

Description

Fires at the end of each Atom comment feed item.

Occurrences

Filename Line Number
wp-includes/feed-atom-comments.php 141

Parameters

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.

PHP Doc

/**
		 * 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.
		 */