Uses
Uses | Description |
---|---|
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: update_post_meta() | Updates a post meta field based on the given post ID. |
wp-includes/revision.php: wp_get_post_revision() | Gets a post revision. |
wp-includes/revision.php: wp_restore_post_revision | Fires after a post revision has been restored. |
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. |