woocommerce_shipping_method_title, $this->method_title, $this

woocommerce_shipping_method_title, $this->method_title, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_shipping_method_title, $this->method_title, $this') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 227
    	 * @since 2.6.0
    	 * @return string
    	 */
    	public function get_method_title() {
    		return apply_filters( 'woocommerce_shipping_method_title', $this->method_title, $this );
    	}
    
    	/**
    	 * Return the shipping method description.
    	 *
    	 * @since 2.6.0