This is simply a list of cart contents-related filter hooks found within the WooCommerce Table Rate Shipping files. This list also includes the supported parameters and example codes.
wtars_shipped/get-cart-item
- Parameters:
- $cart_item array()
- $item array()
Example Codes:
wtars_shipped/get-cart-product-data
- Parameters:
- $product_data array()
- $product array()
- $item_key array()
Example Codes:
wtars_shipped/get-cart-totals
- Parameters:
- $totals array()
- $cart array()
Example Codes:
wtars_shipped/get-cart-applied-coupons
- Parameters:
- $applied_coupons array()
- $cart array()
Example Codes:
wtars_shipped/get-cart-shipping-rates
- Parameters:
- $shipping_rates array()
- $cart array()
Example Codes:
wtars_shipped/get-cart-method-id
- Parameters:
- $method_id array()
- $cart array()
Example Codes:
wtars_shipped/get-cart-customer
- Parameters:
- $customer array()
- $cart array()
Example Codes:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article