Support

Account

Home Forums ACF PRO Hide a field group from showing until other value is set Reply To: Hide a field group from showing until other value is set

  • I tried several things like:

    remove_meta_box( 'acf-group_5adf5e5737453', 'pg_template', 'normal' );
    remove_meta_box( 'acf-group_5adf5e5737453', 'post', 'normal' );

    these are loaded, through a function which hooks into admin_init.