Skip to content

Instantly share code, notes, and snippets.

@todeveni
todeveni / wp_collate.php
Last active March 6, 2023 06:22
Convert WordPress collation to utf8mb_swedish_ci
<?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();
@todeveni
todeveni / wordpress-importer.php
Last active June 23, 2016 21:01
PHP7 and WP 4.4 fixes
<?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