wpsnoop Fatal error: Cannot redeclare _get_org()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/nomorecaptchas/geoip-api/src/geoip.inc:1679)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/wp-geofence/geoip.inc:649)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/google-font-fix/geo/geoip.inc.php:1798)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/zanto-country-detector/inc/geoip.inc:1790)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/advanced-mobile-redirect/libs/geoip.inc.php:635)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/sstsubscribeform/inc/geoip/src/geoip.inc:1804)

This file is part of the WordPress plugin SoursopTree - Mailchimp Subscribe Form and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/admin-block-country/geoip-api-php-master/geoip.inc:636)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/geo-captcha-geo-blacklist/geoip.inc:426)

This file is part of the WordPress plugin Geo-Captcha & Geo-Blacklist and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/crusader-security/ext/geoip/geoip.php:1853)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/identifying-iranians/geoip.inc:635)

This file is part of the WordPress plugin افزونه شناسایی کاربران ایرانی and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/wp-shabbat/geoip.inc:1793)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/visitor-country/geoip.inc:649)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/auto-timezone/classes/geoip.inc:636)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/visitor-stats/geo_ip/geoip.inc:426)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/geographical-redirect/geoip/geoip.inc:705)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/iq-block-country/libs/geoip.inc:785)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/geolocation-sidebar/geoip.inc:464)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/currency-switcher/lib/geo-ip/geoip.inc:1916)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/lsx-geo-content/vendor/geoip/geoip.php:1798)

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

PHP Fatal error: Cannot redeclare _get_org() (previously declared in wp-content/plugins/wpml-country-detector/inc/geoip.inc:1790)

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