Thanks for getting in touch @dimalifragis While Site Kit does print a meta tag to a users site, it shouldn’t have any impact on your site in general.
If you wish to remove the meta generator tag added via Site Kit, you can use the below function, added to a custom themes functions.php file or a plugin to insert custom snippets. I’m also happy to provide you with a mini plugin that does this for you if you wish.
add_filter( 'googlesitekit_generator', '__return_empty_string' );
Let me know if you have any questions with the above.
As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you continue to encounter issues, or reopen this topic and we’d be happy to assist.
Thread Starter
dimal
(@dimalifragis)
Hi, for some reason i didn’t got the previous notification with your reply.
Thanks, Solved.