Add below code to your functions.php in theme folder and it will remove the default meta generator of WordPress.
<?php remove_action('wp_head', 'wp_generator'); ?> |
Add below code to your functions.php in theme folder and it will remove the default meta generator of WordPress.
<?php remove_action('wp_head', 'wp_generator'); ?> |