/ Published in: PHP
Insert this in functions.php to remove WordPress version from being output in the header source code
Expand |
Embed | Plain Text
remove_action('wp_head', 'wp_generator');
You need to login to post a comment.
Insert this in functions.php to remove WordPress version from being output in the header source code
remove_action('wp_head', 'wp_generator');
You need to login to post a comment.