Duplicated tag in FSE
-
Hi there,
<title> tag in FSE (full site editing) mode is duplicated. There is an implement code that does its job in standard mode, but unfortunately it does not work in FSE mode.
\remove_action( ‘wp_head’, ‘gutenberg_render_title_tag’, 1 );
The problem is that in FSE mode
add_action( 'wp_head', 'gutenberg_render_title_tag', 1 )
is called right before template including – AFTER\remove_action( 'wp_head', 'gutenberg_render_title_tag', 1 );
so the <title> tag rendered by gutenberg plugin or wordpress core is always rendered.Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Duplicated tag in FSE’ is closed to new replies.