woocommerce_shipping_method_description

woocommerce_shipping_method_description

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

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_shipping_method_description') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 235
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    * @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