📌  相关文章
📜  woocommerce 检查产品是否可变 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:10.054000             🧑  作者: Mango

代码示例1
global $product;

// $product->is_type( $type ) checks the product type, string/array $type ( 'simple', 'grouped', 'variable', 'external' ), returns boolean

if ( $product->is_type( 'variable' ) ) {}