Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wordpress Warning: Cannot modify header information - headers already sent by

<?php
add_action('template_redirect', function () {
    ob_start();
});
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #wordpress #Cannot #modify #header #information #headers
ADD COMMENT
Topic
Name
6+6 =