jawittdesigns
4/18/2015 - 3:46 PM

Header Already Sent Error Log

Header Already Sent Error Log

add_action('activated_plugin','save_error');
function save_error(){
    file_put_contents(ABSPATH. 'wp-content/error_activation.html', ob_get_contents());
}