You are here

function wordpress_migrate_migrate_api in WordPress Migrate 7

Same name and namespace in other branches
  1. 7.2 wordpress_migrate.migrate.inc \wordpress_migrate_migrate_api()

File

./wordpress_migrate.module, line 71
API and drush commands to support migration of data from WordPress into a Drupal installation.

Code

function wordpress_migrate_migrate_api() {
  $api = array(
    'api' => 2,
  );
  return $api;
}