tras09
Forum Replies Created
-
Here is an update from my end. I was able to remove as well the meta description by adding the following string.
add_filter( 'googlesitekit_tag_manager_tag', '__return_empty_string' );Thanks again for your quick support.
Best,
Hi @adamdunnage ,
Thanks for all the suggestions. I tried them and it turns out that the filter is working and removing the site kit generator tag. I expected to additionally remove the meta description that is also generated by G site kit plugin.
<meta name=”description” content=”Welcome…..
Hi @jamesosborne,
I have the same issue as @stapolin and used the filter as per your suggestion but it doesn’t remove the meta tag.
add_filter( 'googlesitekit_generator', '__return_empty_string' );I added this string to the functions.php but no changes. Any idea why this is not working for me?
Appreciate your input.
Hey Antonio,
It seems that I have the same issue.
Where exactly, in what file did u add the code snippet?