woocommerce_load_shipping_methods, $package
woocommerce_load_shipping_methods, $package
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_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(); } /**