Skip to content

Instantly share code, notes, and snippets.

@scofennell
Created May 22, 2014 14:53
Show Gist options
  • Save scofennell/2b2fe7726eb963b2fd9c to your computer and use it in GitHub Desktop.
Save scofennell/2b2fe7726eb963b2fd9c to your computer and use it in GitHub Desktop.
var_dump of WordPress attachment
<?php
object(WP_Post)#29 (24) {
["ID"]=> int(161)
["post_author"]=> string(1) "1"
["post_date"]=> string(19) "2014-05-22 14:48:05"
["post_date_gmt"]=> string(19) "2014-05-22 14:48:05"
["post_content"]=> string(54) "Image description, with HTML"
["post_title"]=> string(11) "Image Title"
["post_excerpt"]=> string(13) "Image Caption"
["post_status"]=> string(7) "inherit"
["comment_status"]=> string(4) "open"
["ping_status"]=> string(4) "open"
["post_password"]=> string(0) ""
["post_name"]=> string(10) "image-slug"
["to_ping"]=> string(0) ""
["pinged"]=> string(0) ""
["post_modified"]=> string(19) "2014-05-22 14:48:05"
["post_modified_gmt"]=> string(19) "2014-05-22 14:48:05"
["post_content_filtered"]=> string(0) ""
["post_parent"]=> int(0)
["guid"]=> string(75) "http://scottfennell.com/wp/wp-content/uploads/sites/3/2014/05/imaginary.jpg"
["menu_order"]=> int(0)
["post_type"]=> string(10) "attachment"
["post_mime_type"]=> string(10) "image/jpeg"
["comment_count"]=> string(1) "0"
["filter"]=> string(3) "raw"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment