wpsnoop Fatal error: Cannot redeclare pp()

If you are dealing with a WordPress issue where a PHP Function pp() 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 pp() (previously declared in wp-content/plugins/listings-wp/listings-wp.php:22)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/brewpress/brewpress.php:23)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/help-scout/template-tags/help-scout-desk.php:167)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/wp-real-estate/wp-real-estate.php:28)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/property-management-software-unitconnect/ucpm.php:24)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/wp-github-recent-commit/wp-github-recent-commit.php:20)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/business-manager/business-manager.php:23)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/selz-ecommerce/index.php:782)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/organized/organized.php:21)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/frontend-post-submission/helper/helper.php:6)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/profilepress/profilepress.php:194)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/sprout-clients/template-tags/utility.php:194)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/sprout-invoices/template-tags/utility.php:301)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/izettle-ecommerce/index.php:698)

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

PHP Fatal error: Cannot redeclare pp() (previously declared in wp-content/plugins/abantecart-embedding/index.php:376)

This file is part of the WordPress plugin AbanteCart Embedding 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.