wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php: WP_REST_Autosaves_Controller::create_item() | Creates, updates or deletes an autosave revision. |
wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php: WP_REST_Autosaves_Controller::create_post_autosave() | Creates autosave for the specified post. |
wp-includes/user.php: wp_generate_user_request_key() | Returns a confirmation key for a user action and stores the hashed version for future comparison. |
wp-includes/user.php: _wp_privacy_account_request_confirmed() | Update log when privacy request is confirmed. |
wp-admin/includes/privacy-tools.php: _wp_privacy_completed_request() | Marks a request as completed by the admin and logs the current timestamp. |
wp-admin/includes/privacy-tools.php: _wp_personal_data_cleanup_requests() | Cleans up failed and expired requests before displaying the list table. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::save_changeset_post() | Save the post for the loaded changeset. |
wp-includes/theme.php: wp_update_custom_css_post() | Updates the custom_css post for a given theme. |
wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: WP_REST_Posts_Controller::update_item() | Updates a single post. |
wp-includes/class-wp-customize-nav-menus.php: WP_Customize_Nav_Menus::save_nav_menus_created_posts() | Publish the auto-draft posts that were created for nav menu items. |
wp-admin/includes/media.php: media_upload_form_handler() | Handles form submissions for the legacy media uploader. |
wp-admin/includes/post.php: wp_create_post_autosave() | Creates autosave data for the specified post from $_POST data. |
wp-admin/includes/post.php: _fix_attachment_links() | Replace hrefs of attachment anchors with up-to-date permalinks. |
wp-admin/includes/ajax-actions.php: wp_ajax_save_attachment_order() | Ajax handler for saving the attachment order. |
wp-admin/includes/ajax-actions.php: wp_ajax_send_attachment_to_editor() | Ajax handler for sending an attachment to the editor. |
wp-admin/includes/post.php: edit_post() | Update an existing post with values provided in $_POST. |
wp-admin/includes/post.php: bulk_edit_posts() | Process the post data for the bulk editing of posts. |
wp-admin/includes/ajax-actions.php: wp_ajax_save_attachment() | Ajax handler for updating attachment attributes. |
wp-admin/includes/ajax-actions.php: wp_ajax_save_attachment_compat() | Ajax handler for saving backward compatible attachment attributes. |
wp-includes/class-wp-embed.php: WP_Embed::shortcode() | The do_shortcode() callback function. |
wp-includes/post.php: wp_check_post_hierarchy_for_loops() | Check the given subset of the post hierarchy for hierarchy loops. |
wp-includes/post.php: wp_trash_post() | Move a post or page to the Trash |
wp-includes/post.php: wp_untrash_post() | Restore a post or page from the Trash. |
wp-includes/revision.php: wp_restore_post_revision() | Restores a post to the specified revision. |
wp-includes/nav-menu.php: wp_update_nav_menu_item() | Save the properties of a menu item or create a new one. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::mt_publishPost() | Sets a post’s publish status to ‘publish’. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::mw_editPost() | Edit a post. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::blogger_editPost() | Edit a post. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_insert_post() | Helper method for wp_newPost() and wp_editPost(), containing shared logic. |