Debug config

Modifier le fichier config.php

à la fin du fichier avant /* That’s all, stop editing! Happy publishing. */ ajouter ces trois lignes

				
					<?php 

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);