Methods
1 to 25 of 25
- WC_REST_Products_V2_Controller::__construct() – Initialize product actions.
- WC_REST_Products_V2_Controller::clear_transients() – Clear caches here so in sync with any new variations/children.
- WC_REST_Products_V2_Controller::delete_item() – Delete a single item.
- WC_REST_Products_V2_Controller::get_attribute_options() – Get attribute options.
- WC_REST_Products_V2_Controller::get_attribute_taxonomy_label() – Get attribute taxonomy label.
- WC_REST_Products_V2_Controller::get_attribute_taxonomy_name() – Get product attribute taxonomy name.
- WC_REST_Products_V2_Controller::get_attributes() – Get the attributes for a product or product variation.
- WC_REST_Products_V2_Controller::get_collection_params() – Get the query params for collections of attachments.
- WC_REST_Products_V2_Controller::get_default_attributes() – Get default attributes.
- WC_REST_Products_V2_Controller::get_downloads() – Get the downloads for a product or product variation.
- WC_REST_Products_V2_Controller::get_images() – Get the images for a product or product variation.
- WC_REST_Products_V2_Controller::get_item_schema() – Get the Product’s schema, conforming to JSON Schema.
- WC_REST_Products_V2_Controller::get_object() – Get object.
- WC_REST_Products_V2_Controller::get_product_data() – Get product data.
- WC_REST_Products_V2_Controller::get_taxonomy_terms() – Get taxonomy terms.
- WC_REST_Products_V2_Controller::prepare_links() – Prepare links for the request.
- WC_REST_Products_V2_Controller::prepare_object_for_database() – Prepare a single product for create or update.
- WC_REST_Products_V2_Controller::prepare_object_for_response() – Prepare a single product output for response.
- WC_REST_Products_V2_Controller::prepare_objects_query() – Prepare objects query.
- WC_REST_Products_V2_Controller::register_routes() – Register the routes for products.
- WC_REST_Products_V2_Controller::save_default_attributes() – Save default attributes.
- WC_REST_Products_V2_Controller::save_downloadable_files() – Save downloadable files.
- WC_REST_Products_V2_Controller::save_product_shipping_data() – Save product shipping data.
- WC_REST_Products_V2_Controller::save_taxonomy_terms() – Save taxonomy terms.
- WC_REST_Products_V2_Controller::set_product_images() – Set product images.