commentrss2_item

commentrss2_item

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('commentrss2_item') is found 1 times:

  • /wp-includes/feed-rss2-comments.php line 119

    Warning: Undefined array key 124 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param int $comment_id      The ID of the comment being displayed.
    		 * @param int $comment_post_id The ID of the post the comment is connected to.
    		 */
    		do_action( 'commentrss2_item', $comment->comment_ID, $comment_post->ID );
    		?>
    	</item>
    	<?php endwhile; ?>
    </channel>
    </rss>