Select Git revision
PrepareActivationReminderCommand.php
-
Grzegorz Rola authoredGrzegorz Rola authored
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);
}
}