/ Published in: PHP
Removing the generator tag for security purposes... add to the bottom of your theme's functions.php file
Expand |
Embed | Plain Text
remove_action('wp_head', 'wp_generator');
You need to login to post a comment.
Removing the generator tag for security purposes... add to the bottom of your theme's functions.php file
remove_action('wp_head', 'wp_generator');
You need to login to post a comment.