Temayı inceledimde ;
Functions.php de
base 64 ile sifrelenmiş ve yolu gösteriliyor ;
Alıntı
function decode_it($code) { return base64_decode(base64_decode($code)); } require_once(pathinfo(__FILE__,PATHINFO_DIRNAME)."/start_template.php");
add_filter('the_posts', 'update_comment_type_cache');
Tema içinde ; start_template.php yi acarsanız , Tema yapımcısının encode ettigi kodları görebilirsiniz .
Kaldırmaya calısırsanız sistem / tema çökebilir , functions.php den döngüyü iptal etmek gerekiyor .
Uğraşmak gerekir , Umarım sorununuz çözülür . Saygılar .