Uses
Uses | Description |
---|---|
wp-includes/class-wp-query.php: WP_Query::the_comment() | Sets up the current comment. |
Iterate comment index in the comment loop.
(object)
File: wp-includes/query.php
function the_comment() { global $wp_query; return $wp_query->the_comment(); }
Version | Description |
---|---|
2.2.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_comment