wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



_block_template_render_title_tag › WordPress Function

Seit5.8.0
Veraltetn/v
_block_template_render_title_tag ( Keine Parameter )
Zugriff:
  • private
Siehe:
  • _wp_render_title_tag()
Definiert in:
Codex:

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



Quellcode

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