apply_filters( 'enter_title_here', string $text , WP_Post $post )
Filters the title field placeholder text.
Parameters
- $text
-
Placeholder text. Default 'Add title'.
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |