Support

Account

Forum Replies Created

  • Below is what I get out from the following command. However I don’t see any any fields types.

    I have a custom post type set up and I’m using acf with it if that helps.

    print_r($data);

    Array
    (
        [post_author] => 1
        [post_date] => 2013-08-01 15:02:51
        [post_date_gmt] => 2013-08-01 15:02:51
        [post_content] => 
        [post_content_filtered] => 
        [post_title] => 
        [post_excerpt] => 
        [post_status] => publish
        [post_type] => toy
        [comment_status] => closed
        [ping_status] => closed
        [post_password] => 
        [post_name] => toy-124
        [to_ping] => 
        [pinged] => 
        [post_modified] => 2013-08-01 15:02:57
        [post_modified_gmt] => 2013-08-01 15:02:57
        [post_parent] => 0
        [menu_order] => 0
        [guid] => http://toy.dev/?post_type=toy&p=211
    )
Viewing 2 posts - 1 through 2 (of 2 total)