What are all the Properties of the WordPress Post Object?
Post object is mostly queried row of wp_posts database table with some extras. It is easy to dump content of one and see: object(stdClass) public ‘ID’ => int public ‘post_author’ => string public ‘post_date’ => string public ‘post_date_gmt’ => string public ‘post_content’ => string public ‘post_title’ => string public ‘post_excerpt’ => string public ‘post_status’ => … Read more