[wp-trac] [WordPress Trac] #53743: Double <title> Tag with SEO Plugins in WordPress 5.8
WordPress Trac
noreply at wordpress.org
Thu Jul 22 16:44:09 UTC 2021
#53743: Double <title> Tag with SEO Plugins in WordPress 5.8
-------------------------------------------+------------------------------
Reporter: katsar0v | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: major | Resolution:
Keywords: needs-patch reporter-feedback | Focuses:
-------------------------------------------+------------------------------
Comment (by katsar0v):
Hello @jorbin, I decided to open this ticket because I saw on the code
that WordPress enforces viewport and title which I can only remove with
this snippet:
{{{
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);
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53743#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list