Uses
Uses | Description |
---|---|
wp-includes/class-wp-query.php: WP_Query::setup_postdata() | Set up global post data. |
wp-includes/class-wp-query.php: WP_Query::next_post() | Set up the next post and iterate current post index. |
wp-includes/class-wp-query.php: loop_start | Fires once the loop is started. |
wp-includes/plugin.php: do_action_ref_array() | Calls the callback functions that have been added to an action hook, specifying arguments in an array. |