wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



enter_title_here › WordPress Filter Hooks

Da3.1.0
Deprecaton/a
apply_filters( 'enter_title_here', __( 'Add title' )
Parametri: (2)
  • (string) $text Placeholder text. Default 'Add title'.
    Richiesto:
  • (WP_Post) $post Post object.
    Richiesto:
Definito a:
Codex:

Filters the title field placeholder text.





Sorgenti

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