wpsnoop Fatal error: Cannot redeclare getimage()

If you are dealing with a WordPress issue where a PHP Function getimage() 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 getimage() (previously declared in wp-content/plugins/player-amk/index.php:242)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/plugins/image-resizer-on-the-fly/image-resizer-on-the-fly.php:60)

This file is part of the WordPress plugin Image Resizer On The Fly and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/intrepidity/functions.php:882)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/edegree/functions.php:820)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/plugins/wordpress-plugin-seo-and-facebook-opengraph-and-google-schema/generater-tags.php:14)

This file is part of the WordPress plugin Optimise Opengraph and Microdata Generator for SEO and could be interacting with another theme or plugin and causing a fatal error.

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/tuaug4/functions.php:13)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/businessxpand_duo/functions.php:12)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/businessxpand_loupe/functions.php:12)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/businessxpand_multicol/functions.php:15)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/businessxpand_twieme/functions.php:15)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/plugins/facebook-image-fix/facebook-image-fix.php:328)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/plugins/appstore/AppFunctions.php:75)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/langitbiru/functions.php:44)

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

PHP Fatal error: Cannot redeclare getimage() (previously declared in wp-content/themes/mataram/functions.php:72)

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