This is simply a list of shipping costs/fees related filter hooks found within the WooCommerce Table Rate Shipping files. This list also includes the supported parameters and example codes.
wtars_shipped_admin/get-cost-type-groups
- Parameters:
- $group_types array()
- $args array()
Example Codes:
wtars_shipped_admin/get-cost-group-types-{group_type_id}
- Parameters:
- $cost_types array()
- $args array()
Example Codes:
wtars_shipped_admin/get-cost-type-{cost_type_id}-fields
- Parameters:
- $in_fields array()
- $args array()
Example Codes:
wtars_shipped_admin/get-cost-type-fields
- Parameters:
- $in_fields array()
- $args array()
Example Codes:
wtars_shipped_admin/get-cost-add-methods
- Parameters:
- $add_methods array()
- $args array()
Example Codes:
wtars_shipped_admin/get-cost-box-fields
- Parameters:
- $in_fields array()
- $args array()
Example Codes:
wtars_shipped_admin/process-cost-options
- Parameters:
- $cost_option array()
- $raw_cost array()
- $args array()
Example Codes:
wtars_shipped_admin/process-cost-type-{cost_type_id}-options
- Parameters:
- $cost_option array()
- $raw_cost array()
- $args array()
Example Codes:
wtars_shipped_admin/get-based-on-required-ids
- Parameters:
- $cost_type_ids array()
- $args array()
Example Codes:
wtars_shipped_admin/get-item-based-on-required-ids
- Parameters:
- $cost_type_ids array()
- $args array()
Example Codes:
wtars_shipped_admin/get-round-required-ids
- Parameters:
- $cost_type_ids array()
- $args array()
Example Codes:
wtars_shipped_admin/{module}/get-products-required-ids
- Parameters:
- $cost_type_ids array()
- $args array()
Example Codes:
wtars_shipped_admin/get-products-required-ids
- Parameters:
- $cost_type_ids array()
- $args array()
Example Codes:
wtars_shipped_admin/get-package-grouping-types
- Parameter:
- $package_grouping_types array()
- $args array()
Example Codes:
wtars_shipped/calculate-{cost_type_id}-cost
- Parameters:
- $cost array()
- $cost_args array()
- $data 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