Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_is_field_included() | Given an array of fields to include in a response, some of which may be |
wp-includes/rest-api/endpoints/class-wp-rest-controller.php: WP_REST_Controller::get_fields_for_response() | Gets an array of fields to be included on the response. |
wp-includes/rest-api/endpoints/class-wp-rest-controller.php: WP_REST_Controller::get_object_type() | Retrieves the object type this controller is responsible for managing. |
wp-includes/rest-api/endpoints/class-wp-rest-controller.php: WP_REST_Controller::get_additional_fields() | Retrieves all of the registered additional fields for a given object-type. |