Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.14 KB

readme.md

File metadata and controls

50 lines (29 loc) · 1.14 KB

decom wp cli

icon of windows icon of awesome

https://developer.wordpress.org/cli/commands/

List of things

Regenerate thumbnails

wp media regenerate --yes - this will regenerate all thumbnails (sizes)

Empty things:

wp site empty --yes - this will remove all posts, pages, media and comments

Plugins

wp plugin activate PLUGINNAME

wp plugin deactivate --all - this will deactivate all plugins

wp plugin delete PLUGINNAME

Themes

wp theme activate wp theme list

Search and Replace

wp search-replace 'http://TEST.xyz' 'https://TEST.com' --skip-columns=guid

To Explore

wp --skip-plugins

wp --prompt

wp --post create --from-post=123

wp plugin deactivate --all