Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: _wp_get_allowed_postdata() | Returns only allowed post data fields |
wp-includes/revision.php: _wp_post_revision_data() | Returns a post array ready to be inserted into the posts table as a post revision. |
wp-admin/includes/post.php: wp_creating_autosave | Fires before an autosave is stored. |
wp-admin/includes/post.php: _wp_translate_postdata() | Rename $_POST data from form names to DB post columns. |
wp-includes/formatting.php: normalize_whitespace() | Normalize EOL characters and strip duplicate whitespace. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: wp_update_post() | Update a post with new post data. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_delete_post_revision() | Deletes a revision. |
wp-includes/revision.php: _wp_put_post_revision() | Inserts post data into the posts table as a post revision. |
wp-includes/revision.php: wp_get_post_autosave() | Retrieve the autosaved data of the specified post. |
wp-includes/revision.php: _wp_post_revision_fields() | Determines which fields of posts are to be saved in revisions. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |