You are here

function oembed_update_7001 in oEmbed 7.0

Same name and namespace in other branches
  1. 7 oembed.install \oembed_update_7001()

Disable and uninstall oEmbed core.

File

./oembed.install, line 84

Code

function oembed_update_7001() {
  module_disable(array(
    'oembedcore',
  ));
  drupal_uninstall_modules(array(
    'oembedcore',
  ));
}