woocommerce_shipping_method_title, $this->title, $this->id

woocommerce_shipping_method_title, $this->title, $this->id

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->title, $this->id') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 246
    	 *
    	 * @return string
    	 */
    	public function get_title() {
    		return apply_filters( 'woocommerce_shipping_method_title', $this->title, $this->id );
    	}
    
    	/**
    	 * Return calculated rates for a package.
    	 *
    	 * @since 2.6.0