WC_REST_Controller::get_endpoint_args_for_item_schema()
Method: Compatibility functions for WP 5.5, since custom types are not supported anymore.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:102
Method: Compatibility functions for WP 5.5, since custom types are not supported anymore.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:102
Method: Change datatypes `date-time` to string, and `mixed` to composite of all built in types. This is required for maintaining forward compatibility with WP 5.5 since custom post types are not supported anymore.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:126
Filter Hook: WARNING: Order of fields here is important, types of fields are ordered from most specific to least specific as perceived by core’s built-in type validation methods.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:180
Method: Get the batch schema, conforming to JSON Schema.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:483
Method: Gets an array of fields to be included on the response.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:529
Method: Add the schema from additional fields to an schema array.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:69
Filter Hook: Can’t use $this->get_object_type otherwise we cause an inf loop.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:89
Method: Get normalized rest base.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:169
Method: Check batch limit.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:179
Method: Bulk create, update and delete items.
Source: includes/rest-api/Controllers/Version3/class-wc-rest-controller.php:209