Using WP-CLI bash Scripting to Find WP-CLI Plugin Conflicts or Errors

WP-CLI is invaluable to me so when it doesn’t work on a WooCommerce or WordPress site it’s a top priority to get it fixed and working properly! I was getting this weird error for a site where WP-CLI wouldn’t show me any information, simple commands like wp option get weren’t returning any output and simply … Learn more…

Using WP-CLI doctor Command to Fix Large wp_options autoload Data

Two of my favorite WP-CLI commands are awesome profile and doctor (see my profile tutorial) which help WordPress site administrators keep site secure, clean and fast! The WordPress database has a table called wp_options which is used to store core, theme and plugin settings. Some of these settings are very essential to each component and must … Learn more…