comment_loop_start WordPress Action Hook

The comment_loop_start hook is called before the comments are displayed in the comment loop. This hook can be used to do any actions or tasks that need to be done before the comments are displayed.

do_action( 'comment_loop_start' ) #

Fires once the comment loop is started.


Source

File: wp-includes/class-wp-query.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More