This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( ! defined( 'WP_CLI' ) ) { | |
print "Run with wp eval-file wp_collate.php\n"; | |
exit; | |
} | |
global $wpdb, $table_prefix; | |
$wp_config_path = \WP_CLI\Utils\locate_wp_config(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: WordPress Importer | |
Plugin URI: http://wordpress.org/extend/plugins/wordpress-importer/ | |
Description: Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file. | |
Author: wordpressdotorg | |
Author URI: http://wordpress.org/ | |
Version: 0.6.1 | |
Text Domain: wordpress-importer | |
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |