3

I looked everywhere but couldn't find a remove action for the viewport metatag from wp_head() in wordpress. Is it possible to remove it?

Found this article http://circlecube.com/2013/01/adding-viewport-meta-tag-via-wordpress-theme-functions/ which helped me to add my own, but now I have two tags...

Does anyone know how to do it?

4

1 回答 1

3

add_filter('wp_head', 'viewport_meta');从您的主题中注释掉该行functions.php

于 2013-06-25T07:07:36.700 回答