📅  最后修改于: 2022-03-11 14:56:10.054000             🧑  作者: Mango
global $product;
// $product->is_type( $type ) checks the product type, string/array $type ( 'simple', 'grouped', 'variable', 'external' ), returns boolean
if ( $product->is_type( 'variable' ) ) {}