Support

Account

Home Forums Backend Issues (wp-admin) Get terms/taxonomy form Reply To: Get terms/taxonomy form

  • Hi,
    I was able to get ‘term_’ to work, for example:

    acf_form(array(
    ‘id’ => ‘acfform_example’,
    ‘post_id’ => ‘term_’ . $my_term_id,
    ‘field_groups’ => array( ‘14617’ ),
    ));