wp-config.php
Table of Contents
Constants
ABSPATH
public
mixed
ABSPATH
= __DIR__ . '/'
WP_DEBUG
For developers: WordPress debugging mode.
public
mixed
WP_DEBUG
= \false
Change this to true to enable the display of notices during development. It is strongly recommended that plugin and theme developers use WP_DEBUG in their development environments.
For information on other constants that can be used for debugging, visit the documentation.