Cannot modify header information – headers already sent…
-
Cannot modify header information – headers already sent by (output started at /var/www/doortodoor/2023/wp-includes/script-loader.php:2838) in /var/www/doortodoor/2023/wp-content/plugins/jwt-auth/class-auth.php on line 98
I looked up the function and it applies to adding CORS support. The problem is that it is sending header information (i.e. header(…)) AFTER the header sent by script-loader.php.
Any idea how to fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Cannot modify header information – headers already sent…’ is closed to new replies.