PHP Warning
-
Hi!
I get this PHP warning in my debug.log all the time:
PHP Warning: Cannot modify header information - headers already sent in /var/www/coaching_test/wp-content/advanced-cache.php on line 218
This is the code that causes it:
217 function hyper_cache_header($value) { 218 header('X-Hyper-Cache: ' . $value, false); 219 }
My PHP version: PHP 7.2.24-0ubuntu0.18.04.7
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Warning’ is closed to new replies.