Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on WordPress.

  1. In wp-config.php, disable debug output:

    define('WP_DEBUG', false);
    define('WP_DEBUG_DISPLAY', false);
    define('WP_DEBUG_LOG', false);
  2. Ensure no error output plugins (e.g., Debug Bar) are active in production.