woocommerce_order_shipping_method

woocommerce_order_shipping_method

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

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_order_shipping_method') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 978
    		$names = array();
    		foreach ( $this->get_shipping_methods() as $shipping_method ) {
    			$names[] = $shipping_method->get_name();
    		}
    		return apply_filters( 'woocommerce_order_shipping_method', implode( ', ', $names ), $this );
    	}
    
    	/**
    	 * Get used coupon codes only.
    	 *
    	 * @since 3.7.0