Support

Account

Home Forums ACF PRO Exlude fields in acf_form() function Reply To: Exlude fields in acf_form() function

  • 
    $options = array(
      'fields' => array(
        'field_1234567890abc',
        'field_69743bc7377e2',
        // etc
      )
    );
    acf_form($options);