Enfolder supprimer les informations de débogage pour la prise en charge du thème

#Add this in functions.php
if(!function_exists('avia_debugging_info')){
  function avia_debugging_info() {
    // 
  }
}
CodeAsian