WC_Product_Data_Store_Interface::get_product_id_by_sku()
Return product ID based on SKU.
Method of the class: WC_Product_Data_Store_Interface{}
No Hooks.
Return
Int
.
Usage
$WC_Product_Data_Store_Interface = new WC_Product_Data_Store_Interface(); $WC_Product_Data_Store_Interface->get_product_id_by_sku( $sku );
- $sku(string) (required)
- SKU.
WC_Product_Data_Store_Interface::get_product_id_by_sku() WC Product Data Store Interface::get product id by sku code WC 9.4.2
public function get_product_id_by_sku( $sku );