1 | <?php |
||
13 | class WC_Helper_Shipping { |
||
14 | |||
15 | /** |
||
16 | * Create a simple flat rate at the cost of 10. |
||
17 | * |
||
18 | * @since 2.3 |
||
19 | */ |
||
20 | public static function create_simple_flat_rate() { |
||
35 | |||
36 | /** |
||
37 | * Delete the simple flat rate. |
||
38 | * |
||
39 | * @since 2.3 |
||
40 | */ |
||
41 | public static function delete_simple_flat_rate() { |
||
47 | } |
||
48 |