Level Up
A collection of resources for WordPress Developers, written and curated by experts

Assets Pull: Configure CORS to Resolve Web Font Issues
If you notice that font files aren’t loading correctly, or receive the following error in the browser console then you need to modify your server configuration. This is because web…

Assets Pull: Domain Check Errors
The assets pull addon lets you test your chosen domain so you can find out about potential problems before enabling URL rewriting. The domain check uses the WordPress REST API…

PHP Version Requirements
WP Offload Media requires a minimum of PHP 7.2 as it uses the AWS PHP SDK v3 and the Google Cloud Storage PHP SDK. How to Upgrade PHP If you…

Why Use Our Export Feature for Imports
The import feature in WP Migrate Pro should be able to import SQL files from some of the most popular MySQL database management tools like PHPMyAdmin, Sequel Pro, and MySQL…
Sep 14, 2017

WP-CLI Command – Import Subcommand
wp migratedb import <import-file> [–find=<strings>] [–replace=<strings>] [–regex-find=<strings>] [–regex-replace=<strings>] [–case-sensitive-find=<strings>] [–case-sensitive-replace=<strings>] [–backup=<prefix|selected|table_one,table_two,table_etc>] Import an SQL file into the database. Options <import-file> The path of the SQL file to import. [–find=<strings>] A…

Data contains characters which are invalid in the target database
The table table-name contains characters which are invalid in the target database. See our documentation for more information. WordPress 4.1 added new safeguards against inserting data into the database which…
Apr 7, 2017

Migrating to HTTP (or back to HTTPS)
Version 1.7 and up As of WP Migrate DB Pro 1.7, urls are now converted to the correct protocol if they differ between migration targets – no extra steps are…