wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



document_title_parts › Hooks de Filtros WordPress

Desde4.4.0
Obsoleton/a
apply_filters( 'document_title_parts', $title )
Parâmetros:
  • (array) $title { The document title parts. @type string $title Title of the viewed page. @type string $page Optional. Page number if paginated. @type string $tagline Optional. Site description when on home page. @type string $site Optional. Site title when not on home page. }
    Required: Yes
Definido em:
Codex:

Filters the parts of the document title.





Fonte

$title = apply_filters( 'document_title_parts', $title );