Unwanted additions to functions.php break themes
-
I have a multisite with about 20 themes installed. After installing the last 2 themes last week, suddenly themes based on Arras where broken.
After investigation, it turned out that in ALL themes the functions.php had some extra code in it.
After a long time of googling, looking at the code etc, I finally came to a blog post that describes similar problems. It’s here: https://harmonyinfotech.in/cms/wordpress-cms/wordpress-virus-function-_check_isactive_widgets/
The code wants to do something with the email address [email protected]
I also found this code on https://themes.svn.www.ads-software.com/simply-works-core/1.2/functions.php (Although the code is slightly different so it seems we have versions of the code here). Because of that I first thought it’s not malicious code if it’s up there at www.ads-software.com.
The version of the code that I got is here: https://gist.github.com/967287
If you run diff you will find slight alteration but the same email address is in there.
Please advice.
- The topic ‘Unwanted additions to functions.php break themes’ is closed to new replies.