dieseltje
Member
Posted 2 years ago #
Hi developer,
If you choose the option 'Hide WordPress Generator' in your plugin version version 3.2.2 on WordPress version 3.1.2. the following still appears: <meta name="generator" content="WordPress" /> and all end users on the front page can see that you are using WordPress.
Please fix this,
Thank you,
Dieseltje
That's the intended behaviour. The option strips the WordPress version number only.
You can remove the WordPress generator completely by adding remove_action('wp_head', 'wp_generator'); to your functions file.
dieseltje
Member
Posted 2 years ago #
Garyy,
Thank you for your time and effort.
Cheers,
D