woocommerce_shipping_method_description

woocommerce_shipping_method_description

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_shipping_method_description') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 235
    	 * @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