Filters the default post excerpt initially used in the "Write Post" form.
$post_excerptstring$postWP_Postwp-admin/includes/post.php:837get_default_post_to_edit() * * @since 1.5.0 * * @param string $post_excerpt Default post excerpt. * @param WP_Post $post Post object. */ $post->post_excerpt = (string) apply_filters( 'default_excerpt', $post_excerpt, $post ); return $post;} /** * Determines if a post exists based on title, content, date and type.Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.