wpsnoop Fatal error: Cannot redeclare remove_footer_admin()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/frndzk-post-from-any-mobile/frndzk_mobile_post.php:262)

This file is part of the WordPress plugin Frndzk Post From any mobile and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/my-brand/loader/templates/functions.php:35)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/donation-thermometer/donation_therm.php:174)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/nuadmin-custom-footer/nuadmin-footer.php:104)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/tinymce-editor-font-fix/webist-tinymce.php:23)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/jsb-admin-footer/jsb-admin-footer.php:103)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/dw-admin-footer/dw-admin-footer.php:107)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/refu-regulatory-functions/refu.php:89)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/themes/blogolife/inc/toolbar-be.php:113)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/vp-dashbord-theme/functions.php:44)

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

PHP Fatal error: Cannot redeclare remove_footer_admin() (previously declared in wp-content/plugins/simplifieswp/functions/apply_system_info.php:12)

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