Is it possible to get an ID of a WooCommerce product only by knowing it's slug? I need to fetch the product's price outside the product's page.
如何从它的Slug获取WooCommerce产品ID?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
duanpo2813 2017-09-29 10:14关注use the existing function get_page_by_path();
$product_obj = get_page_by_path( $slug, OBJECT, 'product' );better explanation :
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报