Support

Account

Home Forums ACF PRO Cannot pass through tax_input in ACF frontend form Reply To: Cannot pass through tax_input in ACF frontend form

  • This needs to be in the form specified for wp_insert_post() https://codex.wordpress.org/Function_Reference/wp_insert_post
    example

    
    'tax_input' => array(
       // taxonomy => terms
       'category' => 'featured'
    )