includes/wc-update-functions.php:
wc_update_220_attributes()
|
Update attributes for 2.2
|
includes/class-wc-cache-helper.php:
WC_Cache_Helper::incr_cache_prefix()
|
Increment group cache prefix (invalidates cache).
|
includes/admin/settings/class-wc-settings-tax.php:
WC_Settings_Tax::save()
|
Save settings.
|
includes/legacy/api/v2/class-wc-api-products.php:
WC_API_Products::create_product_attribute()
|
Create a new product attribute
|
includes/legacy/api/v2/class-wc-api-products.php:
WC_API_Products::edit_product_attribute()
|
Edit a product attribute
|
includes/legacy/api/v2/class-wc-api-products.php:
WC_API_Products::delete_product_attribute()
|
Delete a product attribute
|
includes/class-wc-ajax.php:
WC_AJAX::tax_rates_save_changes()
|
Handle submissions from assets/js/settings-views-html-settings-tax.js Backbone model.
|
includes/class-wc-tax.php:
WC_Tax::_delete_tax_rate()
|
Delete a tax rate from the database.
|
includes/class-wc-tax.php:
WC_Tax::update_tax_rate_locations()
|
Updates locations (postcode and city).
|
includes/class-wc-tax.php:
WC_Tax::_insert_tax_rate()
|
Insert a new tax rate.
|
includes/class-wc-tax.php:
WC_Tax::_update_tax_rate()
|
Update a tax rate.
|
includes/class-wc-tax.php:
WC_Tax::delete_tax_class_by()
|
Delete an existing tax class.
|
includes/data-stores/class-wc-product-data-store-cpt.php:
WC_Product_Data_Store_CPT::clear_caches()
|
Clear any caches.
|
includes/data-stores/class-wc-shipping-zone-data-store.php:
WC_Shipping_Zone_Data_Store::delete()
|
Deletes a shipping zone from the database.
|
includes/data-stores/class-wc-shipping-zone-data-store.php:
WC_Shipping_Zone_Data_Store::create()
|
Method to create a new shipping zone.
|
includes/data-stores/class-wc-shipping-zone-data-store.php:
WC_Shipping_Zone_Data_Store::update()
|
Update zone in the database.
|
includes/data-stores/class-wc-webhook-data-store.php:
WC_Webhook_Data_Store::create()
|
Create a new webhook in the database.
|
includes/data-stores/class-wc-webhook-data-store.php:
WC_Webhook_Data_Store::update()
|
Update a webhook.
|
includes/data-stores/class-wc-webhook-data-store.php:
WC_Webhook_Data_Store::delete()
|
Remove a webhook from the database.
|
includes/class-wc-post-data.php:
WC_Post_Data::flush_object_meta_cache()
|
Flush meta cache for CRUD objects on direct update.
|
includes/class-wc-session-handler.php:
WC_Session_Handler::cleanup_sessions()
|
Cleanup session data from the database and clear caches.
|
includes/wc-order-item-functions.php:
wc_update_order_item_meta()
|
WooCommerce Order Item Meta API – Update term meta.
|
includes/wc-order-item-functions.php:
wc_add_order_item_meta()
|
WooCommerce Order Item Meta API – Add term meta.
|
includes/wc-order-item-functions.php:
wc_delete_order_item_meta()
|
WooCommerce Order Item Meta API – Delete term meta.
|
includes/wc-attribute-functions.php:
wc_create_attribute()
|
Create attribute.
|
includes/wc-attribute-functions.php:
wc_delete_attribute()
|
Delete attribute by ID.
|
includes/wc-order-functions.php:
wc_delete_shop_order_transients()
|
Clear all transients cache for order data.
|
includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php:
WC_REST_System_Status_Tools_V2_Controller::execute_tool()
|
Actually executes a tool.
|