active all Debugging in wordpress

PHOTO EMBED

Tue Jul 05 2022 17:46:09 GMT+0000 (Coordinated Universal Time)

Saved by @satinbest #php

define('WP_DEBUG', true);
if (WP_DEBUG) {
  define('WP_DEBUG_LOG', true);
  define('WP_DEBUG_DISPLAY', true);
  define('SCRIPT_DEBUG', true);
  @ini_set('display_errors',0);
}
content_copyCOPY