08 June 2020

warning cannot modify header information - headers already sent by wordpress.

warning cannot modify header information - headers already sent by wordpress.


Add this code in wp-config.php on the first line:

ob_start();
error_reporting(0);

No comments:

Post a Comment

How to add re-captcha v3 on all Elementor forms using coding?

 Add re-captcha v3 on all Elementor forms using coding add_action('wp_footer',function(){     ?> <script src="https://www...