Cannot Modify Header Information

CannotModifyHeader
Headers already sent



the simplest solutions of this issue is to find your wp-config.php and this this code on the first line of wp-config.php
ob_start();
error_reporting(0); 

if you find this post helpful . don’t forget to share this and follow my blog.

0 Comments