Title Tag in Header #130
Unanswered
DannyType1
asked this question in
Technical Help
Replies: 1 comment
-
This can be fixed with this snippet in Code Snippets or another snippet plugin: add_action('wp_head', function() {
remove_action('wp_head', '_block_template_render_title_tag', 1);
remove_action('wp_head', '_block_template_viewport_meta_tag', 0);
}, PHP_INT_MIN); We've replicated the issue and reported it internally to be addressed in Oxygen in a future release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I have notice that a title tag appears in the header of each page on all of my websites that I use oxygen. I have turned off all other plugins etc, and it disappears when i deactivate oxygen. I use Rank Math and I have contacted their support, and they said it was an Oxygen issue.
Many thanks
Danny
Beta Was this translation helpful? Give feedback.
All reactions