Uses
Uses | Description |
---|---|
wp-includes/class-wp-query.php: loop_no_results | Fires if no results are found in a post query. |
wp-includes/class-wp-query.php: WP_Query::rewind_posts() | Rewind the posts and reset post index. |
wp-includes/class-wp-query.php: loop_end | Fires once the loop has ended. |
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. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |