Remove Meta Generator Tag
-
Thanks for the wonderful plugin.
<meta name=”generator” content=”AMP Plugin v1.2.0; mode=standard; experiences=website”>
Below code does not remove AMP Generator Meta Tag
/ Remove AMP generator meta tag. add_action( 'amp_post_template_head', 'isa_remove_amp_generator_meta_tag', 2 ); function isa_remove_amp_generator_meta_tag() { remove_action( 'amp_post_template_head', 'amp_add_generator_metadata' ); }
Could anyone help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Meta Generator Tag’ is closed to new replies.