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 create video slider with cuncks of videos without download all videos?

 Create video slider with cuncks of videos without download all videos function custom_video_slider_shortcode() { $slider_id = 'vide...