Select Git revision
WC_Shipping_Method.php
-
Grzegorz Rola authoredGrzegorz Rola authored
WC_Shipping_Method.php 151 B
<?php
class WC_Shipping_Method
{
public string $id;
public function __construct($instance_id)
{
$this->id = 'test_id';
}
}