do_action_ref_array( 'loop_start', WP_Query $this )
Fires once the loop is started.
Parameters
- $this
-
The WP_Query instance (passed by reference).
Source
Changelog
Version | Description |
---|---|
WP-2.0.0 | Introduced. |
Fires once the loop is started.
The WP_Query instance (passed by reference).
Version | Description |
---|---|
WP-2.0.0 | Introduced. |