woocommerce_load_shipping_methods, $package

woocommerce_load_shipping_methods, $package

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_load_shipping_methods, $package') is found 1 times:

  • /includes/class-wc-shipping.php line 185
    			$this->register_shipping_method( $method_class );
    		}
    
    		// Methods can register themselves manually through this hook if necessary.
    		do_action( 'woocommerce_load_shipping_methods', $package );
    
    		// Return loaded methods.
    		return $this->get_shipping_methods();
    	}
    
    	/**