Support

Account

Home Forums Feature Requests Function to delete groups added programatically Reply To: Function to delete groups added programatically

  • I was able to achieve that like this:

    
    acf_remove_local_field_group( 'group_foo' );
    acf_get_store( 'field-groups' )->remove( 'group_foo' );