• Parse error: syntax error, unexpected ‘;’ in [Actual Path to File Included Here]wp-content/plugins/menu-items-visibility-control/init.php(93) : eval()’d code on line 1

    The plugin appears to be working correctly other than this error message on every page of my site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author shazdeh

    (@shazdeh)

    That error shows when there’s an issue with a condition you have set for one of your menu items. From the error message, perhaps you have an ; character in the Visibility field? Note that you should include only the condition with no extra characters, like so:

    
    is_front_page() && is_user_logged_in()
    
    Thread Starter keeping-home

    (@keeping-home)

    Thank you. I haven’t changed anything lately but I will check my conditions.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error message appears on frontend’ is closed to new replies.