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.
Returns
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 10.6.2
public function get_product_id_by_sku( $sku );