Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: _wp_get_allowed_postdata() | Returns only allowed post data fields |
wp-admin/includes/post.php: wp_set_post_lock() | Mark the post as currently being edited by the current user |
wp-admin/includes/post.php: add_meta() | Add post meta data defined in $_POST superglobal for post with given ID. |
wp-admin/includes/post.php: _fix_attachment_links() | Replace hrefs of attachment anchors with up-to-date permalinks. |
wp-admin/includes/post.php: edit_post() | Update an existing post with values provided in $_POST. |
wp-admin/includes/post.php: _wp_translate_postdata() | Rename $_POST data from form names to DB post columns. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/post.php: wp_insert_post() | Insert or update a post. |
wp-includes/post.php: add_post_meta() | Adds a meta field to the given post. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
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. |