You are here

function wordpress_migrate_update_7012 in WordPress Migrate 7.2

Drush support has moved into core, remove the variables we were using.

File

./wordpress_migrate.install, line 409
WordPress migration module installation

Code

function wordpress_migrate_update_7012() {
  variable_del('wordpress_migrate_drush');
  variable_del('wordpress_migrate_import_method');
  variable_del('wordpress_migrate_force_drush');
  variable_del('wordpress_migrate_notification');
  variable_del('wordpress_migrate_notification_subject');
  variable_del('wordpress_migrate_notification_body');
}