function commerce_license_example_uninstall in Commerce License 7
Implements hook_uninstall().
File
- modules/
commerce_license_example/ commerce_license_example.install, line 6
Code
function commerce_license_example_uninstall() {
// Delete the fields created and attached to this module's bundles.
field_attach_delete_bundle('commerce_license', 'example');
field_attach_delete_bundle('commerce_license', 'remote_example');
}