Skip to content

Add WP_DEBUG for better exception handling

Compare
Choose a tag to compare
@jrfoell jrfoell released this 13 Nov 21:41

Without define( 'WP_DEBUG', true ) WP uses an @ in PHP which makes any DB errors fatal and un-catchable.