Uses
| Uses | Description |
|---|---|
| wp-includes/class-wp-query.php: WP_Query::next_comment() | Iterate current comment index and return WP_Comment object. |
| wp-includes/class-wp-query.php: comment_loop_start | Fires once the comment loop is started. |
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |