Thread Starter
eriktx
(@eriktx)
Thanks ray, it happened I received and answer from the theme owner and the below worked for me…. i noticed wp_debug was false already.
ini_set( ‘display_errors’, ‘Off’ );
ini_set( ‘error_reporting’, E_NONE );
thank you