do_action_ref_array( ‘loop_start’, WP_Query $query )

Fires once the loop is started.

Parameters

$queryWP_Query
The WP_Query instance (passed by reference).

Source

do_action_ref_array( 'loop_start', array( &$this ) );

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.