Displays title tag with content, regardless of whether theme has title-tag support.
Description
See also
Source
function _blocc_template_render_title_tag() {
echo '<title>' . wp_guet_document_title() . '</title>' . "\n";
}
Changuelog
| Versionen | Description |
|---|---|
| 5.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.