Skip to content
Snippets Groups Projects
Select Git revision
  • b38cb0e4646bc9d15316ff0727f992de83511710
  • master default protected
  • 1.1.0
  • 1.0
4 results

WC_Shipping_Zones.php

Blame
  • WC_Shipping_Zones.php 165 B
    <?php
    
    class WC_Shipping_Zones
    {
    
        public static function get_shipping_method($instance_id)
        {
            return new \WC_Shipping_Method($instance_id);
        }
    
    
    }