wpsnoop Fatal error: Cannot redeclare replace_howdy()

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

Examples of this error include:

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/remove-howdy-in-admin-panel/remove-howdy-in-admin.php:29)

This file is part of the WordPress plugin Replace Hello Instead Howdy in Admin Panel and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/replace-howdy-with-hello/replace-howdy.php:63)

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

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/replace-howdy-with-welcome/replace-howdy-with-welcome.php:12)

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

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/ocws-admin-bar-greeting/class/OCWS_welcome_message.class.php:24)

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

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/change-login-screen-to-your-choice/change-screen.php:46)

This file is part of the WordPress plugin change login screen to your text and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/howdy-replace-to-welcome-simple/howdy-replace-to-welcome-simple.php:96)

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

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

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 replace_howdy() (previously declared in wp-content/plugins/simplifieswp/functions/remove_trash.php:45)

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

PHP Fatal error: Cannot redeclare replace_howdy() (previously declared in wp-content/plugins/ag-core-developers-and-designers/ag-core.php:87)

This file is part of the WordPress plugin AG Design Studio Core 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.