You are here

function wordpress_migrate_update_7014 in WordPress Migrate 7.2

Remove no-longer-used variables.

File

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

Code

function wordpress_migrate_update_7014() {
  variable_del('wordpress_migrate_attachment_field');
  variable_del('wordpress_migrate_category_vocabulary');
  variable_del('wordpress_migrate_create_new_users');
  variable_del('wordpress_migrate_default_author_uid');
  variable_del('wordpress_migrate_generate_redirects');
  variable_del('wordpress_migrate_page_type');
  variable_del('wordpress_migrate_path_action');
  variable_del('wordpress_migrate_podcast_field');
  variable_del('wordpress_migrate_post_type');
  variable_del('wordpress_migrate_tag_vocabulary');
  variable_del('wordpress_migrate_text_format');
  variable_del('wordpress_migrate_text_format_comment');
}