wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



enter_title_here › Filtr WordPress Hooks

Od3.1.0
Przestarzałyn/a
apply_filters( 'enter_title_here', __( 'Add title' )
Parametry: (2)
  • (string) $text Placeholder text. Default 'Add title'.
    Wymagane: Tak
  • (WP_Post) $post Post object.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the title field placeholder text.





Źródło

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