wpsnoop Fatal error: Cannot redeclare wpsf_get_option_group()
If you are dealing with a WordPress issue where a PHP Function wpsf_get_option_group() 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 wpsf_get_option_group() (previously declared in wp-content/plugins/event-registration-pro-calendar/includes/wp-settings-framework.php:319)
This file is part of the WordPress plugin Event Registration Pro Calendar and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/privacy-cookie-law/includes/wp-settings-framework.php:323)
This file is part of the WordPress plugin Privacy Cookie Law and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/uber-media/includes/wp-settings-framework.php:304)
This file is part of the WordPress plugin Media Manager Plus and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/button-creator/wp-settings-framework.php:301)
This file is part of the WordPress plugin Button Creator and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/konora-membership/includes/wp-settings-framework.php:320)
This file is part of the WordPress plugin konora-membership and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/coinbase/wp-settings-framework.php:303)
This file is part of the WordPress plugin Coinbase and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/wp-trello/includes/wp-settings-framework.php:365)
This file is part of the WordPress plugin WP Kanban and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/contact-form-email/wp-settings-framework.php:301)
This file is part of the WordPress plugin Contact Form and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/simple-maintenance-mode/wp-settings-framework.php:301)
This file is part of the WordPress plugin Simple Maintenance Mode and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/kosmos-esync-dashboard-connector/includes/wp-settings-framework.php:319)
This file is part of the WordPress plugin Kosmos eSync Dashboard Connector and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/social-metrics-tracker/lib/wp-settings-framework.php:280)
This file is part of the WordPress plugin Social Metrics Tracker and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/popup-express/wp-settings-framework.php:301)
This file is part of the WordPress plugin Popup Express and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/sb-rss-feed-plus/wp-settings-framework.php:298)
This file is part of the WordPress plugin SB-RSS_feed-plus and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/xslt/wp-settings-framework.php:301)
This file is part of the WordPress plugin Better RSS Feeds and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wpsf_get_option_group() (previously declared in wp-content/plugins/adsense-revenue-share/include/wp-settings-framework.php:299)
This file is part of the WordPress plugin Adsense Revenue Share 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.