wpsnoop Fatal error: Cannot redeclare baw_create_menu()

If you are dealing with a WordPress issue where a PHP Function baw_create_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 13 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 13 different instances of potential conflicts where different plugins or themes share the function name.

Examples of this error include:

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/post-in-a-category/Post-in-a-category.php:23)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/tmd-aff/inc/options.php:5)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/lazyzoun/lazyzoun.php:429)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/beautiful-yahoo-weather/inc/options-page.php:4)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/quick-seo/quick-seo.php:100)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/slider-gallery/functions/custom_css.php:5)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/ie-css3-support/ie-css-support.php:275)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/salah-world-prayer-iqamah-timings-for-your-masjids/dw-promobar-option.php:6)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/bulk-delete-users-by-email/plugin.php:14)

This file is part of the WordPress plugin Bulk Delete Users by Email and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/scrapme-advance-contact-form/scrapme.php:41)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/aacomingsoon/aacomingsoon.php:22)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/dw-promobar/dw-promobar-option.php:6)

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

PHP Fatal error: Cannot redeclare baw_create_menu() (previously declared in wp-content/plugins/visual-qr-code-generator/visualead-widget.php:174)

This file is part of the WordPress plugin Visualead Widget - Visual QR Code 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.