Remediation Steps
Follow the steps below to remediate this finding on WordPress.
In wp-config.php, disable debug output:
define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('WP_DEBUG_LOG', false);Ensure no error output plugins (e.g., Debug Bar) are active in production.