wpsnoop Fatal error: Cannot redeclare wp_enqueue_color_picker()
If you are dealing with a WordPress issue where a PHP Function wp_enqueue_color_picker() 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 14 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 14 different instances of potential conflicts where different plugins or themes share the function name.
Examples of this error include:PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/custom-admin-login-styler-wpzest/loginPageStylerOption.php:91)
This file is part of the WordPress plugin Custom Admin Login | WPZest and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/ss-preloader/ss-preloader.php:219)
This file is part of the WordPress plugin SS Pre-Loader and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/wp-badges-for-stackoverflow/wp-badges-for-stackoverflow.php:57)
This file is part of the WordPress plugin Stackoverflow Profile Badges and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/wp-whois-domain/wp-whois-domain.php:57)
This file is part of the WordPress plugin WP Whois Domain and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/login-page-styler/loginPageStylerOption.php:55)
This file is part of the WordPress plugin Login Page Styler and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/smilebox-widget/front-end/class/SmileBoxWidget.php:37)
This file is part of the WordPress plugin SmileBox Widget and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/cube-slider/init.php:37)
This file is part of the WordPress plugin Cube Slider and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/expandoo/expandoo.php:23)
This file is part of the WordPress plugin Expandoo by Played and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/notifadz-by-adrenalead-web-push-notifications/includes/ntdz-functions.php:46)
This file is part of the WordPress plugin Notifadz by Adrenalead - Web Push Notifications and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/post-call-to-action/includes/settings.php:138)
This file is part of the WordPress plugin Post Call to Action and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/flatty-flat-admin-theme/flatty-admin-theme.php:59)
This file is part of the WordPress plugin Flatty - UI Admin Theme and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/wpvkp-custom-login-page/loginPageStylerOption.php:61)
This file is part of the WordPress plugin WPVKP Custom Login Page and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/ew-gallery/ew_gallery.php:68)
This file is part of the WordPress plugin EW Gallery Plugin and could be interacting with another theme or plugin and causing a fatal error.
PHP Fatal error: Cannot redeclare wp_enqueue_color_picker() (previously declared in wp-content/plugins/software-requirements/inc/setting.php:31)
This file is part of the WordPress plugin Software Requirements 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.