ClassicPress logo
Skip to content
Filter by type:

Browse:

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

WP_REST_Controller::create_item_permissions_check()

Method: Checks if a given request has access to create items.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::add_additional_fields_schema()

Method: Adds the schema from additional fields to a schema array.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::create_item()

Method: Creates one item from the collection.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::get_additional_fields()

Method: Retrieves all of the registered additional fields for a given object-type.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::update_item_permissions_check()

Method: Checks if a given request has access to update a specific item.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::get_object_type()

Method: Retrieves the object type this controller is responsible for managing.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::update_item()

Method: Updates one item from the collection.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::get_fields_for_response()

Method: Gets an array of fields to be included on the response.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::delete_item_permissions_check()

Method: Checks if a given request has access to delete a specific item.

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

Used by 0 functions | Uses 0 functions

WP_REST_Controller::get_endpoint_args_for_item_schema()

Method: Retrieves an array of endpoint arguments from the item schema for the controller.

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

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