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