Description
Filters the title field placeholder text.
Occurrences
Filename | Line Number |
---|---|
wp-admin/edit-form-advanced.php | 545 |
wp-admin/edit-form-blocks.php | 199 |
wp-admin/includes/dashboard.php | 591 |
Parameters
Type | Name | Description |
---|---|---|
string | $text | Placeholder text. Default 'Add title'. |
WP_Post | $post | Post object. |
PHP Doc
/**
* Filters the title field placeholder text.
*
* @since 3.1.0
*
* @param string $text Placeholder text. Default 'Add title'.
* @param WP_Post $post Post object.
*/