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



enter_title_here › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'enter_title_here', __( 'Add title' )
Parameter: (2)
  • (string) $text Placeholder text. Default 'Add title'.
    Erforderlich: Ja
  • (WP_Post) $post Post object.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the title field placeholder text.





Quellcode

$title_placeholder = apply_filters( 'enter_title_here', __( 'Add title' ), $post );