function oembed_update_7001 in oEmbed 7
Same name and namespace in other branches
- 7.0 oembed.install \oembed_update_7001()
Disable and uninstall oEmbed core.
File
- ./
oembed.install, line 85 - Install, update and uninstall functions for the oEmbed module.
Code
function oembed_update_7001() {
module_disable(array(
'oembedcore',
));
drupal_uninstall_modules(array(
'oembedcore',
));
}