dev: clean and 404

This commit is contained in:
mcolonna 2025-06-17 12:34:27 +02:00
parent 7b0baf20fb
commit 7423c30a36
10 changed files with 145 additions and 64 deletions

View file

@ -85,7 +85,7 @@ $table_prefix = 'wp_';
*
* @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
*/
define( 'WP_DEBUG', true ); # TODO(debug)
define( 'WP_DEBUG', false );
/* Add any custom values between this line and the "stop editing" line. */