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

128

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

<?php
add_action('template_redirect', function () {
    ob_start();
});

Comments

Submit
0 Comments