wpsnoop Fatal error: Cannot redeclare my_plugin_redirect()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/wiziq/wiziq.php:34)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/pbp-ekattor/ekattor.php:38)

This file is part of the WordPress plugin একাত্তর | ekattor and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/adunblock/main.php:90)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/wp-website-creator/wp-website-creator.php:735)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/gold-price-live/index.php:37)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/atomic-reach-audience-engager/ar_analyzer.php:1123)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/wp-easy-leads/leads.php:31)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/i-comply-social-media-sharing-protection-compliance-archiving-and-workflow-ap/socialsmart.php:45)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/change-background-color-for-pages-posts-widgets/index.php:396)

This file is part of the WordPress plugin Change Background Color for Pages, Posts, Widgets and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/instant-feedback/MyEffecto.php:63)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/sortd/sortd.php:55)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/wp-smart-cookie-allow/index.php:21)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/bittipit-bitcoin-donation-button/bittip_it.php:183)

This file is part of the WordPress plugin Bittip.It - Bitcoin Donation Button and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/big-blog-map/big-blog-map.php:333)

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

PHP Fatal error: Cannot redeclare my_plugin_redirect() (previously declared in wp-content/plugins/planaby-shows-and-events-widget/planaby.php:444)

This file is part of the WordPress plugin Planaby 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.