Fires once the loop is started.
Parameters
Source
do_action_ref_array( 'loop_start', array( &$this ) );
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
| CARVIEW |
Fires once the loop is started.
do_action_ref_array( 'loop_start', array( &$this ) );
| Used by | Description |
|---|---|
WP_Query::the_post()wp-includes/class-wp-query.php | Sets up the current post. |
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
A little code to append content before the loop: