Uses
Uses | Description |
---|---|
wp-includes/class-wp-query.php: WP_Query::generate_postdata() | Generate post data. |
wp-includes/class-wp-query.php: the_post | Fires once the post data has been set up. |
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/post.php: get_post() | Retrieves post data given a post ID or post object. |