Uses
Uses | Description |
---|---|
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-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: normalize_whitespace() | Normalize EOL characters and strip duplicate whitespace. |
wp-includes/formatting.php: wp_slash() | Add slashes to a string or array of strings, in a recursive manner. |
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. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |