default_excerpt
Filter Hook: Filters the default post excerpt initially used in the “Write Post” form.
Source: wp-admin/includes/post.php:782
Filter Hook: Filters the default post excerpt initially used in the “Write Post” form.
Source: wp-admin/includes/post.php:782
Function: Determines if a post exists based on title, content, date and type.
Source: wp-admin/includes/post.php:803
Function: Creates a new post from the “Write Post” form using `$_POST` information.
Source: wp-admin/includes/post.php:856
Function: Calls wp_write_post() and handles the errors.
Source: wp-admin/includes/post.php:932
Function: Adds post meta data defined in the `$_POST` superglobal for a post with given ID.
Source: wp-admin/includes/post.php:953
Function: Deletes post meta data by meta ID.
Source: wp-admin/includes/post.php:996
Function: Renames `$_POST` data from form names to DB post columns.
Source: wp-admin/includes/post.php:21
Function: Returns only allowed post data fields.
Source: wp-admin/includes/post.php:216
Function: Updates an existing post with values provided in `$_POST`.
Source: wp-admin/includes/post.php:245
Function: Processes the post data for the bulk editing of posts.
Source: wp-admin/includes/post.php:484