comment_atom_entry

Advertisement

Summery Summery

Fires at the end of each Atom comment feed item.

Syntax Syntax

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

Parameters Parameters

$comment_id

ID of the current comment.

$comment_post_id

ID of the post the current comment is connected to.

Source Source

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

Advertisement

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Advertisement

Leave a Reply