Summery Summery
Iterate comment index in the comment loop.
Syntax Syntax
Return Return
(object)
Source Source
File: wp-includes/query.php
*/
function the_comment() {
global $wp_query;
return $wp_query->the_comment();
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 2.2.0 | Introduced. |