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



pre_get_document_title › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'pre_get_document_title', '' )
Parameter:
  • (string) $title The document title. Default empty string.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the document title before it is generated.

Passing a non-empty value will short-circuit wp_get_document_title(), returning that value instead.





Quellcode

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