Description
Filters the default post title initially used in the "Write Post" form.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/post.php | 818 |
Parameters
Type | Name | Description |
---|---|---|
string | $post_title | Default post title. |
WP_Post | $post | Post object. |
PHP Doc
/**
* Filters the default post title initially used in the "Write Post" form.
*
* @since 1.5.0
*
* @param string $post_title Default post title.
* @param WP_Post $post Post object.
*/