wpsnoop Fatal error: Cannot redeclare pree()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/alphabetic-pagination/inc/functions.php:55)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/jquery-post-splitter/inc/functions-essentials.php:12)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-secure-content/inc/functions.php:28)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-header-images/inc/functions.php:33)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-responsive-tabs/functions.php:12)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/stock-locations-for-woocommerce/inc/functions.php:11)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-sort-order/inc/functions.php:135)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-e-commerce-whish-list/inc/functions.php:83)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/injection-guard/functions.php:29)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wpjqp-datepicker/inc/functions.php:18)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-speedup/inc/functions.php:29)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/woo-coming-soon/inc/functions.php:357)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-easy-sharing/core.php:36)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-docs/index.php:26)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-mechanic/inc/functions.php:42)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/endless-posts-navigation/functions.php:79)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-shopify/inc/functions.php:10)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/gulri-slider/inc/functions.php:58)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/export-import-for-woocommerce/index.php:26)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/wp-datepicker/inc/functions.php:31)

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

PHP Fatal error: Cannot redeclare pree() (previously declared in wp-content/plugins/rss-feed-widget/inc/functions.php:14)

This file is part of the WordPress plugin RSS Feed Widget 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.