transmitstudio
1/31/2017 - 6:36 AM

Show/hide PHP errors

Show/hide PHP errors

add to wp-config:

define( 'WP_DEBUG', TRUE );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );


or to htaccess:

php_flag display_errors on