Support

Account

Home Forums General Issues Saved Drafts not displaying custom fields Reply To: Saved Drafts not displaying custom fields

  • Hey @elliot, we’re having this issue when trying to get data from a post with post_status ‘draft’ or ‘pending’ by calling get_field( 'foobar', $post->ID );

    Although the field contains data, the above returns null.