Typo in functions.php line 209
-
My debug.log gave this notice:
PHP Notice: Trying to access array offset on value of type bool in /wp-content/plugins/wp-maintenance/themes/default/functions.php on line 209
The problem lies in variable $oo (twice on that line). Replacing it with $o (like the lines above) solved the problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Typo in functions.php line 209’ is closed to new replies.