ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php

WP_REST_Attachments_Controller::get_edit_media_item_args()

Method: Gets the request args for the edit item route.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1332

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::register_routes()

Method: Registers the routes for attachments.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:34

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::insert_attachment()

Method: Inserts the attachment post in the database. Does not update the attachment meta.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:236

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::post_process_item()

Method: Performs post processing on an attachment.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:377

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::post_process_item_permissions_check()

Method: Checks if a given request can perform post processing on an attachment.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:398

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::edit_media_item_permissions_check()

Method: Checks if a given request has access to editing media.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:410

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::edit_media_item()

Method: Applies edits to a media item and creates a new attachment record.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:430

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::upload_from_file()

Method: Handles an upload via multipart/form-data ($_FILES).

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1190

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::get_media_types()

Method: Retrieves the supported media types.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1254

Used by 0 functions | Uses 0 functions

WP_REST_Attachments_Controller::check_upload_size()

Method: Determine if uploaded file exceeds space quota on multisite.

Source: wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php:1280

Used by 0 functions | Uses 0 functions
1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy