Uses
Uses | Description |
---|---|
wp-includes/formatting.php: wp_slash() | Add slashes to a string or array of strings, in a recursive manner. |
wp-includes/post.php: wp_update_post() | Update a post with new post data. |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: delete_post_meta() | Deletes a post meta field for the given post ID. |
wp-includes/post.php: get_post_status() | Retrieve the post status based on the post ID. |
wp-includes/post.php: get_post_type() | Retrieves the post type of the current post or of a given post. |