<?php
function delete_version_wp(){
return "";
}
add_filter("the_generator", "delete_version_wp");
remove_action("wp_head", "wp_generator");
?>
Elimina del codigo HTML público todas las versiones referentes a Wordpress, Woocommerce etc..
Para evitar posibles ataques.
Para evitar posibles ataques.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.