Last active
December 21, 2015 02:29
-
-
Save jonbish/6235667 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
WP_Post Object | |
( | |
[ID] => 7677 | |
[post_author] => 1 | |
[post_date] => 2013-08-08 15:17:45 | |
[post_date_gmt] => 2013-08-08 15:17:45 | |
[post_content] => This is the content | |
[post_title] => This Is The Title | |
[post_excerpt] => | |
[post_status] => publish | |
[comment_status] => closed | |
[ping_status] => closed | |
[post_password] => | |
[post_name] => this-is-the-title | |
[to_ping] => | |
[pinged] => | |
[post_modified] => 2013-08-08 15:18:40 | |
[post_modified_gmt] => 2013-08-08 15:18:40 | |
[post_content_filtered] => | |
[post_parent] => 0 | |
[guid] => http://localhost/ampagency-web/?post_type=showcase&p=7677 | |
[menu_order] => 0 | |
[post_type] => showcase | |
[post_mime_type] => | |
[comment_count] => 0 | |
[filter] => raw | |
) | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment