wpsnoop Fatal error: Cannot redeclare myplugin_plugin_path()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare myplugin_plugin_path() (previously declared in wp-content/plugins/best-upsell-for-woocommerce/best-upsell.php:160)

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

PHP Fatal error: Cannot redeclare myplugin_plugin_path() (previously declared in wp-content/plugins/stern-upload-and-collect/SternFunctions.php:43)

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

PHP Fatal error: Cannot redeclare myplugin_plugin_path() (previously declared in wp-content/plugins/email-customizer-woocommerce/email-customizer-woocommerce.php:236)

This file is part of the WordPress plugin Visual Email Designer for WooCommerce and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare myplugin_plugin_path() (previously declared in wp-content/plugins/woo-shipping-display-mode/woo-shipping-display-mode.php:125)

This file is part of the WordPress plugin Shipping Method Display Style for WooCommerce and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare myplugin_plugin_path() (previously declared in wp-content/plugins/qp-payment-gateway-for-woo/qp-payment-gateway-for-woo.php:63)

This file is part of the WordPress plugin QP Payment Gateway for Woo 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.