wpsnoop Fatal error: Cannot redeclare plugin_get_version()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/wp-gallery3/wp-gallery3.php:311)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/mass-advertising/mass-advertising.php:33)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/talkerify-for-wp/talkerify-for-wp.php:39)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/call-to-action-reminders-by-astrid/astridcta.php:263)

This file is part of the WordPress plugin Call-To-Action Reminders by Astrid and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/multi-currency-paypal-donations/multicurrdon.php:419)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/olark-for-wp/olark-for-wp.php:65)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/amp-supremacy/init.php:141)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/mail-subscribe-list/sml.php:278)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/mopublication/mopublication.php:543)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/app-store-assistant/app-store-assistant.php:19)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/anac-xml-render/anac-xml-render.php:12)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/stencies/stencies.php:132)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/refer-a-friend-program-for-woocommerce/storeya-refer-a-friend.php:31)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/wp-facebook-plugin/wp-facebook.php:17)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/brainytalk-chat/functions.php:44)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/we-testimonial-slider/we-testimonial.php:25)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/livechat24-7/livechat247.php:34)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/zplmod-faq-lite/zplmod-faqlite.php:16)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/wp-dropstream/wp-dropstream.php:28)

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

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/whiterz-social-networks-microblog-auto-poster/WhiteRZGN.php:63)

This file is part of the WordPress plugin Whiterz: Social Networks & Microblog Auto-Poster and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare plugin_get_version() (previously declared in wp-content/plugins/auto-hide-admin-bar/auto-hide-admin-bar.php:39)

This file is part of the WordPress plugin Auto Hide Admin Bar 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.