wpseek.com
A WordPress-centric search engine for devs and theme authors



_block_template_render_title_tag › WordPress Function

Since5.8.0
Deprecatedn/a
_block_template_render_title_tag ( No parameters )
Access:
  • private
See:
  • _wp_render_title_tag()
Defined at:
Codex:

Displays title tag with content, regardless of whether theme has title-tag support.



Source

function _block_template_render_title_tag() {
	echo '<title>' . wp_get_document_title() . '</title>' . "\n";
}