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.


Top ↑

Source Source

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

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.