Enable Debug for WordPress log

Enable Debug for WordPress log
define( 'WP_DEBUG', true );

//Enable error logging.
@ini_set('log_errors', 'On');
@ini_set('error_log', '/is/htdocs/wp11144633_OIF7VX6GKQ/www/truebenecker2023/wp-content/elm-error-logs/php-errors.log');

//Don't show errors to site visitors.
@ini_set('display_errors', 'Off');
if ( !defined('WP_DEBUG_DISPLAY') ) {
	define('WP_DEBUG_DISPLAY', true);
}

/* Add any custom values between this line and the "stop editing" line. */

Leave a Reply

Your email address will not be published. Required fields are marked *