Enable Debug
This article shows how to enable debug mode in WordPress to capture errors without exposing them publicly to visitors. It explains how to edit the wp-config.php file by adding or modifying a few specific lines.
This way, errors are logged to a debug.log file inside wp-content/, but are not displayed on the live site. This lets you review what is failing (PHP errors, conflicts, notices) without affecting your users’ experience.
Please review our guide: https://sitioshispanos.blog/wordpress/wordpress-habilitar-el-registro-debug-para-ver-errores/