awesomemotive / all-in-one-seo-pack

All in One SEO plugin for WordPress SEO

Home Page:https://aioseo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove version number from generator meta tag

andreas-becker opened this issue · comments

Due to security reasons it is recommended to hide the exact version string of the installed plugin in the generator meta tag.

Hey @andreas-becker we are looking at adding an override in a future version and will keep you posted. Thanks!

Hey @andreas-becker, we added a filter a while back that you can use to hide it if you like -
add_filter( 'aioseo_hide_version_number', '__return_true' );