loop_start WordPress Action Hook
The loop_start hook is one of the most important hooks in WordPress. It is used to start the main loop, which is responsible for outputting the content of a WordPress post or page. without this hook, the content of a post or page would not be displayed.
do_action_ref_array( 'loop_start', WP_Query $query ) #
Fires once the loop is started.
Parameters
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |