Enable or Disable WordPress Debugging Mode
Category:
WP-CLI Commands
To enable the WordPress debugging mode, you will want to access SSH on the account and run the following command.
wp config set WP_DEBUG true
To disable WordPress debugging mode, you will enter the fo...