The theme generates a whole lotta WARNINGS in WP's debug.log:
[04-Nov-2022 15:10:06 UTC] PHP Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /homepages/34/d77201858/htdocs/wp-hammesberg/wp-content/themes/quartiersplattform/functions.php on line 3271
Maybe the isset check could be added in one line, but didn't know how ;)
And another WARNING gets printed:
[04-Nov-2022 15:33:46 UTC] PHP Notice: Undefined variable: twitter_site in /homepages/34/d77201858/htdocs/wp-hammesberg/wp-content/themes/quartiersplattform/header.php on line 176
The theme generates a whole lotta WARNINGS in WP's debug.log:
[04-Nov-2022 15:10:06 UTC] PHP Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /homepages/34/d77201858/htdocs/wp-hammesberg/wp-content/themes/quartiersplattform/functions.php on line 3271
This can be prevented with:
Maybe the
isset check
could be added in one line, but didn't know how ;)And another WARNING gets printed:
[04-Nov-2022 15:33:46 UTC] PHP Notice: Undefined variable: twitter_site in /homepages/34/d77201858/htdocs/wp-hammesberg/wp-content/themes/quartiersplattform/header.php on line 176
The line is commented out, so it's still needed?