Header errors
I am getting since code in the header of my website and I don't know how to resolve it -- Byzwitt.com
0
-
Hi Corla,
Thank you for reaching out to us.
We have an upcoming update that will address this issue. The warnings are non-fatal and should not impact your site’s overall functionality.
In the meantime, please add the following directives to your wp-config.php file to hide the warnings on the front end.
ini_set('log_errors','On');
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);If you don't have access to update the wp-config.php file, you can also use a plugin to hide error reporting.
https://startertemplates.com/docs/disable-debug-mode/Sorry for the inconvenience.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment