wpsnoop Fatal error: Cannot redeclare enqueue_style()

If you are dealing with a WordPress issue where a PHP Function enqueue_style() 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 enqueue_style() (previously declared in wp-content/plugins/social-contact-display/scd-widget.php:186)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/bookertools-shows/bookertools-stylesheet.php:5)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/wpsmart-sms/wpsend-sms.php:96)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/stats-widget/stats-widget.php:104)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/responsive-attention-box/alert-box.php:35)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/lisa-popup/inc/css-js.php:13)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/personal-profile-widget/class-personal-profile-widget.php:381)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/drop-down-cities-for-woocommerce/woocommerce_drop_down_cities.php:28)

This file is part of the WordPress plugin WooCommerce Drop-Down Cities and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/planaday-api/src/includes/functions.php:14)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/custom-team-manager/custom-team-manager.php:25)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/feed-social-sidebar/feed-social-sidebar.php:37)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/hs-blog/hslink.php:125)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/quizleads/init.php:52)

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

PHP Fatal error: Cannot redeclare enqueue_style() (previously declared in wp-content/plugins/smart-visitor-tracker/class-visitor-popup.php:28)

This file is part of the WordPress plugin Smart Visitor Tracker 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.