Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Are you using the latest version of your theme?

    Please, go to WP Admin -> Updates -> Dashboard -> Check Again and see if you have the latest versions installed.

    Thread Starter xemption

    (@xemption)

    Just updated it and still receiving the error message:
    Warning: Declaration of Mesmerize_Logo_Nav_Menu::walk($elements, $max_depth) should be compatible with Walker::walk($elements, $max_depth, …$args) in /home/helloth2/public_html/wp-content/themes/highlight-pro/inc/Mesmerize_Logo_Nav_Menu.php on line 0

    Hello,

    Warnings and notices are not affecting the behavior of the site and they should not be displayed in the browser on live servers.

    Please add the following line to your wp-config.php file so the warnings are not displayed on the site.

    ini_set(“display_errors”, 0);

    https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Receiving Declaration Warning’ is closed to new replies.