wpsnoop Fatal error: Cannot redeclare quemalabs_getting_started_menu()

If you are dealing with a WordPress issue where a PHP Function quemalabs_getting_started_menu() was already declared it is most likely due to a plugin/theme conflict.

wpsnoop scanned and analyzed over 100,000 WordPress plugins and themes to find and locate potential conflicts including functions that share the same name.

This page has information on the 9 places where that function is declared and used in WordPress plugins and themes.

Note: Our database currently only taps into the free themes and plugins available in the publicly available WordPress plugins and themes, if your site uses paid plugins, themes or custom code there may be additional conflicts.


Our database has uncovered 9 different instances of potential conflicts where different plugins or themes share the function name.

Examples of this error include:

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/glaciar-lite/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Glaciar Lite and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/crafter/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Crafter and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/absolutte/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Absolutte and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/caos/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Caos and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/impronta/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Impronta and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/krea/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Krea and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/restau-lite/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Restau Lite and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/olivo-lite/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Olivo Lite and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare quemalabs_getting_started_menu() (previously declared in wp-content/themes/reyl-lite/inc/theme-functions/theme-info-page.php:3)

This file is part of the WordPress theme Reyl Lite and could be interacting with another theme or plugin and causing a fatal error.

The error occurs because two (or more) plugins that you are using are both trying to declare a function with the same name.