Yea, i know. But as i sayed i think this was something from another site that the theme or a pluggin uses.
Have looked around in the sites and i found this in one of them:
(Info from site: https://ocaoimh.ie/2008/06/08/did-your-wordpress-site-get-hacked/)
Hidden Code
The bad guys are using a number of ways to hide their hacks:
The simplest way is hiding their code in your php scripts. If your blog directory and files are writable by the webserver then a hacker has free reign to plant their code anywhere they like. wp-blog-header.php seems to be one place. Theme files are another. When you upgrade WordPress your theme files won’t be overwritten so make sure you double check those files for any strange code that uses the eval() command, or base64_decode(). Here’s a code snippet taken from here:
< ?php
And i found this in the Themes footer, think this is what produced the external information from an external source from the themes developer. :
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Do not re-insert the code but use the pastebin]