WC_Product_Data_Store_Interface::get_shipping_class_id_by_slug()
Get shipping class ID by slug.
Method of the class: WC_Product_Data_Store_Interface{}
No Hooks.
Return
Int|false
.
Usage
$WC_Product_Data_Store_Interface = new WC_Product_Data_Store_Interface(); $WC_Product_Data_Store_Interface->get_shipping_class_id_by_slug( $slug );
- $slug(string) (required)
- Shipping class slug.
WC_Product_Data_Store_Interface::get_shipping_class_id_by_slug() WC Product Data Store Interface::get shipping class id by slug code WC 9.4.2
public function get_shipping_class_id_by_slug( $slug );