wpsnoop Fatal error: Cannot redeclare ap_action_init()

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

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/woocommerce-products-flexslider-all-in-one/woocommerce-products-flexslider-all-in-one.php:27)

This file is part of the WordPress plugin WooCommerce Products FlexSlider all in one and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/khush-captcha/khush-captcha.php:43)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/khush-captcha-for-buddy-press/bp-khush-captcha.php:55)

This file is part of the WordPress plugin Khush Captcha For Buddy Press and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/esse-captcha/esse-captcha.php:33)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/old-posts-highlighter/Old_Posts_Highlighter.php:35)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/videodesk/videodesk_plugin.php:11)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/wp-toggle-comments-form-fields/wp-toggle-comments.php:21)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/sidebar-support/sidebar-support.php:123)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/twitter-tags/twitter_tags.php:68)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/simple-cart-buy-now/scabn.php:66)

This file is part of the WordPress plugin Simple Cart & Buy Now and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/star-review-manager/star-review-manager.php:57)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/wp-visual-slidebox-builder/fun_box.php:13)

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

PHP Fatal error: Cannot redeclare ap_action_init() (previously declared in wp-content/plugins/search-index-page-content/search-index-page-content.php:273)

This file is part of the WordPress plugin Search & Index Page Content 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.