do_action_ref_array( 'loop_start', WP_Query $query )
Fires once the loop is started.
Parameters
Source
File: wp-includes/class-wp-query.php
.
View all references
do_action_ref_array( 'loop_start', array( &$this ) );
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |