merhaba yedek alınız mutlaka
functions.php dosyanızakodu ekleyin
// WordPress tema bilgilerini gizle
remove_action('wp_head', 'wp_generator');
remove_action('wp_head', 'wlwmanifest_link');
remove_action('wp_head', 'rsd_link');
remove_action('wp_head', 'wp_shortlink_wp_head');
remove_action('wp_head', 'adjacent_posts_rel_link_wp_head', 10, 0);
// style.css'deki tema bilgilerini gizle
function remove_style_version($src) {
if (strpos($src, 'ver=')) {
$src = remove_query_arg('ver', $src);
}
return $src;
}
add_filter('style_loader_src', 'remove_style_version', 9999);
add_filter('script_loader_src', 'remove_style_version', 9999);bunlar sorgulama sitelerindeki gizleme kodu
ayrıca tema dosyanızın vb adını değiştirin, sistemi bozmayacak şekilde