do_action_ref_array( 'loop_start', WP_Query $this )
Fires once the loop is started.
Description Description
Parameters Parameters
Source Source
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |
Fires once the loop is started.
Version | Description |
---|---|
2.0.0 | Introduced. |
Used By | Description |
---|---|
wp-includes/class-wp-query.php: WP_Query::the_post() |
Sets up the current post. |
Code is Poetry.