wpsnoop Fatal error: Cannot redeclare wan_load_textdomain()
If you are dealing with a WordPress issue where a PHP Function wan_load_textdomain() 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 17 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 17 different instances of potential conflicts where different plugins or themes share the function name.
Examples of this error include:PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/earthquakemonitor/EarthquakeMonitor.php:777)
This file is part of the WordPress plugin earthquakemonitor and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/easy-maintenance-mode-coming-soon/easy-maintenance-mode-plugin.php:22)
This file is part of the WordPress plugin Easy Maintenance Mode and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/spiral-form/spiral-form.php:46)
This file is part of the WordPress plugin SPIRAL Form and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/hurrakify/hurrakify.php:40)
This file is part of the WordPress plugin Hurrakify and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/web-stat/Web-Stat.php:18)
This file is part of the WordPress plugin Web-Stat and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/janolaw-agb-hosting/janolaw_agb.php:36)
This file is part of the WordPress plugin janolaw AGB Hosting and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/igumbi-online-booking/igumbi-online-booking.php:50)
This file is part of the WordPress plugin igumbi Online Booking and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/gold-price-chart-widget/gold-price-chart-widget.php:14)
This file is part of the WordPress plugin Live Gold Price & Silver Price Charts Widgets and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/cab-grid/cab-grid.php:197)
This file is part of the WordPress plugin Cab Grid and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/pataphysics/pataphysics.php:21)
This file is part of the WordPress plugin Pataphysics and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/sidevideoembed/sidevideoembed.php:16)
This file is part of the WordPress plugin SideVideoEmbed and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/zoomd-search/plugin.php:54)
This file is part of the WordPress plugin Zoomd Search and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/webisonline/webisonline.php:47)
This file is part of the WordPress plugin WebisOnline and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/product-contact-buttons/product-contact-buttons.php:53)
This file is part of the WordPress plugin Single Product Page Contact Buttons and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/skype-share-button/skype_share.php:56)
This file is part of the WordPress plugin Skype share button and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/telegram-chat/telegram-chat.php:91)
This file is part of the WordPress plugin Telegram-chat and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wan_load_textdomain() (previously declared in wp-content/plugins/user-register-filter/tt-user-register-filter.php:152)
This file is part of the WordPress plugin User Register Filter 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.