woocommerce_shipping_ . $this->id . _is_available, $available, $package, $this

woocommerce_shipping_ . $this->id . _is_available, $available, $package, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_shipping_ . $this->id . _is_available, $available, $package, $this') is found 1 times:

  • /includes/abstracts/abstract-wc-shipping-method.php line 456
    					break;
    			}
    		}
    
    		return apply_filters( 'woocommerce_shipping_' . $this->id . '_is_available', $available, $package, $this );
    	}
    
    	/**
    	 * Get fee to add to shipping cost.
    	 *
    	 * @param string|float $fee Fee.