handle delivery schedule dates

This commit is contained in:
Bilal Catic
2018-10-31 12:48:45 +01:00
parent e6b6f6c136
commit d6c5a36e94
8 changed files with 612 additions and 7 deletions

View File

@@ -70,6 +70,10 @@ class Wiaas_Product {
return $args;
}
public static function get_supplier_id($product_id){
return get_field('supplier', $product_id) ?: NULL;
}
}
Wiaas_Product::init();