WordPress CLI
– Gurusu <server|domain>
– cd dir
– wp plugin list –
**To deactivate a single plugin, use the wp plugin deactivate command. So to deactivate the classic-editor plugin use the following command: wp plugin deactivate classic-editor.
– To deactivate all the installed plugins on your WordPress website with the command wp plugin deactivate –all.
Reference:
https://www.wpwhitesecurity.com/manually-disable-wordpress-plugins/
- Gurusu <server|domain> <username>
- cd dir
- wp theme list
**usually used when the WP website is blank
– wp-config.php:
Addeddefine('WP_AUTO_UPDATE_CORE', 'minor');
- Gurusu <server|domain> <username> - cd dir
- wp core verify-checksums
wp core download --force
tar -czf domain.com.tar.gz
Confluence Articles
https://confluence.a2hosting.com/pages/viewpage.action?spaceKey=NSD&title=Troubleshooting+with+WordPress+CLI#
VPS Login
vpslogin [ IP ]