wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



_block_template_render_title_tag › WordPress Function

Depuis5.8.0
Dépréciéen/a
_block_template_render_title_tag ( Pas de paramètres )
Accès:
  • private
Voir:
  • _wp_render_title_tag()
Défini(e) dans:
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";
}