Support

Account

Home Forums Backend Issues (wp-admin) My acf_form is saving to the database but not showing up in the admin panel unde Reply To: My acf_form is saving to the database but not showing up in the admin panel unde

  • I figured it out…

    
    'new_post' => array(
    						'post_type'		=> 'dog',
    						'post_status'		=> 'published'
    					),

    …”published” isn’t a post_status option. “publish” is…