_block_template_render_title_tag()
Displays title tag with content, regardless of whether theme has title-tag support.
Description
See also
Source
File: wp-includes/block-template.php
function _block_template_render_title_tag() { echo '<title>' . wp_get_document_title() . '</title>' . "\n"; }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
5.8.0 | Introduced. |