_block_template_render_title_tag() – Displays title tag with content, regardless of whether theme has title-tag support.
You appear to be a bot. Output may be restricted
Description
Displays title tag with content, regardless of whether theme has title-tag support.
Usage
_block_template_render_title_tag();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/block-template.php
Lines:
1 to 3 of 3
function _block_template_render_title_tag() { echo '<title>' . wp_get_document_title() . '</title>' . "\n"; }