HIBAKERESES AKTIV: define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', true ); @ini_set( 'display_errors', 1 ); define( 'SCRIPT_DEBUG', true ); HIBAKERESES NEM AKTIV: define( 'WP_DEBUG', false ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); define( 'SCRIPT_DEBUG', false );