- availability:
-
WooCommerce Multilingual Version: 4.6.5
- description:
-
Can be used for shipping methods translations.
- type:
- filter
- category:
- Miscellaneous
- parameters:
-
apply_filters( 'wcml_translate_shipping_method_in_package', true, $key, $method )
There are two parameters being passed to this filter:
- $key
- The method key.
- $method
- The method object.
- hook example usage: