How do I enable debug mode in WordPress?
Activate debugging in WordPress by modifying the wp-config.php file, changing "define('WP_DEBUG', false);" to "define('WP_DEBUG', true);".
Activating debug in WordPress is done by editing the application's wp-config.php file, more precisely by changing the line "define('WP_DEBUG', false);" to "define('WP_DEBUG', true);". However, be careful = the edited file must belong to the WordPress application for which we want to enable debug mode. Editing can be done through the File Manager provided by the control panel or through an FTP client.