Skip to content

Instantly share code, notes, and snippets.

@matthijs166
Created February 3, 2018 23:17
Show Gist options
  • Save matthijs166/87ae564288a2b166298bd0965240b090 to your computer and use it in GitHub Desktop.
Save matthijs166/87ae564288a2b166298bd0965240b090 to your computer and use it in GitHub Desktop.
Get the product type of a product
global $product;
// $product->is_type( $type ) checks the product type, string/array $type ( 'simple', 'grouped', 'variable', 'external' ), returns boolean
if ( $product->is_type( 'variable' ) ) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment