Parse error: syntax error, unexpected 'Bar' (T_STRING)
-
Any help would be appreciated… I was attempting to customize my functions.php file. At first, it was fine. I added in a custom header specification and it was fine. Then I followed a tutorial for adding a utility bar and now I keep getting this error:
Parse error: syntax error, unexpected ‘Bar’ (T_STRING) – wp-content/themes/foodiepro/functions.php on line 200
However, when I run the full .php code in several checkers, it comes back fine. So I’m not sure where it’s going wrong.
I’ve even tried copying and pasting the original code from the functions.php file and it still returns that same Parse error.
The topic ‘Parse error: syntax error, unexpected 'Bar' (T_STRING)’ is closed to new replies.