Skip to content
Snippets Groups Projects
Select Git revision
  • 9d3f88ac755e02a661f9564f04daaa106d44fe42
  • main default protected
  • revert-ffead0bd
  • feature/init
  • 1.1.8
  • 1.1.7
  • 1.1.6
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1.0
  • 1.0.2
  • 1.0.2-beta3
  • 1.0.2-beta2
  • 1.0.2-beta1
  • 1.0.1
  • 1.0.1-beta4
  • 1.0.1-beta3
  • 1.0.1-beta2
  • 1.0.1-beta1
  • 1.0.0
  • 1.0.0-beta6
24 results

PrepareActivationReminderCommand.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);
        }
    
    
    }