WP_REST_Attachments_Controller::upload_from_data()
Handles an upload via raw POST data.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
Handles an upload via raw POST data.
Handles an upload via multipart/form-data ($_FILES).
Constructor.
Creates, updates or deletes an autosave revision.
Checks if a given request has access to create an autosave revision.
Creates autosave for the specified post.
Retrieves the query params for the autosaves collection.
Get the autosave, if the ID is valid.
Retrieves the autosave’s schema, conforming to JSON Schema.
Gets a collection of autosaves using wp_get_post_autosave.