woocommerce_load_shipping_methods

woocommerce_load_shipping_methods

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_load_shipping_methods') is found 1 times:

  • /includes/class-wc-shipping.php line 181
    			$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();
    	}
    
    	/**
    

See this hook used in plugins: