woocommerce_shipping_method_description, $this->method_description, $this
woocommerce_shipping_method_description, $this->method_description, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_shipping_method_description, $this->method_description, $this') is found 1 times:
- /includes/abstracts/abstract-wc-shipping-method.php line 237
* @since 2.6.0 * @return string */ public function get_method_description() { return apply_filters( 'woocommerce_shipping_method_description', $this->method_description, $this ); } /** * Return the shipping title which is user set. * * @return string