the_comment() In this article Table of ContentsSource Related Changelog ↑ Back to top Iterate comment index in the comment loop. Source function the_comment() { global $wp_query; if ( ! isset( $wp_query ) ) { return; } $wp_query->the_comment(); } View all references View on Trac View on GitHub Related UsesDescriptionWP_Query::the_comment()wp-includes/class-wp-query.phpSets up the current comment. Changelog VersionDescription2.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.