enter_title_here WordPress Filter Hook
The enter_title_here hook is a great way to change the default title text for a Wordpress post. This can be really useful if you want to make your site more user-friendly or if you want to change the way the title appears in the search results.
apply_filters( 'enter_title_here', string $text , WP_Post $post ) #
Filters the title field placeholder text.
Parameters
- $text
(string)Placeholder text. Default 'Add title'.
- $post
(WP_Post)Post object.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |