0
X
Add Snippet To Project
New Project
Add To Existing Project
<?php
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
This will log any errors to wp-content/debug.log.