De-obfuscate PHP malware/viruses and tampering code on Wordpress to original readable code.
*Please note that not all obfuscation codes can be decoded.<?php function a($b){$c=0;foreach($b as $d){$c+=$d;}return $c;}<?php
function a($b)
{
$c = 0;
foreach ($b as $d) {
$c += $d;
}
return $c;
}Malware detection & removal plugin for WordPress
(C)2020 Wordpress Doctor All rights reserved.