The_post
Welcome to POST Houston, located in Downtown Houston. POST will transform the former Barbara Jordan Post Office into a hub for food, shopping, workspace and recreation. The Post provides apartments for rent in the Pleasant Hill, CA area. Discover floor plan options, photos, amenities, and our great location in Pleasant Hill. Javascript has been disabled on your browser, so some functionality on the site may be disabled.
Fires once the post data has been set up.
Contents
- More Information
- Related
Parameters Parameters
(WP_Post)The Post object (passed by reference).
(WP_Query)The current Query object (passed by reference).
More Information More Information
The ‘the_post’ action hook allows developers to modify the post object immediately after being queried and setup.
The post object is passed to this hook by reference so there is no need to return a value.
Example Example
Source Source
File: wp-includes/class-wp-query.php
Related Related
The Postcard Killings
Used By Used By
The_posts_navigation Numbers
Used By | Description |
---|---|
wp-includes/class-wp-query.php:WP_Query::setup_postdata() | Set up global post data. |