How to change the username with wp-cli? This does not work: wp user update old_login --user-login=new_login 2 s 2 Not allowed by design: If we try to change the...
I’m trying to mass delete 4000 images in a wordpress website. WP itself sets the max to 999, which would work fine and take a few minutes to delete...
I just updated to wp-cli 0.14.1 today and once again having a MySQL issue. I’m on Windows, Wampserver, and Cygwin. When I first updated to the last rev (0.14.0)...
I am using wp-cli and I am having php notices and errors show up when running wp-export. Some of these warnings and errors are ending up in the output...
All of these do the same thing: wp post list --post_type=page wp post list --post_type=page --post_title=dfdsfds wp post list --post_type=page --title=sdfdsf How can I query the post by the...
wp shell is a very useful tool that lets you run PHP statements and expressions interactively, from within a WordPress environment. It lets you use all the functions, classes...
On a development server I have a co-install of PHP 5.6 & 7; nginx is configured with PHP 5.6. When I type “wp” it returns several errors and at...
I’m working with Drupal on a project right now, and for all its faults, having a command line interface like drush to the Drupal framework is a godsend. Is...
During theme or plugin upgrades, maintenance mode is enabled and then disabled once complete. Is it possible to manually enable / disable maintenance mode? Enabling Maintenance mode... Downloading update...
I stumbled across this page, where it says that wp plugin delete does this: Deletes plugin files without deactivating or uninstalling. Why is it important to deactivate a plugin...