• Hello, I cannot edit my client page because of the Fatal error: Cannot redeclare _wp_menu_output() (previously declared in /homepages…htdocs/clickandbuilds/LandgasthofLindermeir/wp-admin/menu-header.php:68) in /homepages…htdocs/clickandbuilds/LandgasthofLindermeir/wp-admin/menu-header.php on line 68

    How can I solve it?
    Thanks
    Greta

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,
     _wp_menu_output()  function is already declared in your site try to rename this function or check condition if function is exist like

    if( !function_exists('_wp_menu_output')) {

    }

    I hope it help

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot redeclare _wp_menu_output’ is closed to new replies.