wpsnoop Fatal error: Cannot redeclare ctp_default_options()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/header-enhancement/partials/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-breadcrumb/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-duplicate-switcher/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-gallery/inc/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-import-export/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-infinite-scroll/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-instagram-feed-gallery-widget/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-scroll-progress-bar/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-sticky-menu/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-themes-demo-import/inc/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-under-construction/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/catch-web-tools/admin/inc/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/essential-content-types/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/essential-widgets/includes/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/to-top/admin/inc/ctp-tabs-removal.php:39)

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

PHP Fatal error: Cannot redeclare ctp_default_options() (previously declared in wp-content/plugins/generate-child-theme/partials/ctp-tabs-removal.php:39)

This file is part of the WordPress plugin Generate Child Theme 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.