Skip to content

Instantly share code, notes, and snippets.

@claudiosanches
Created September 9, 2014 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiosanches/64b748123c89cb9e741d to your computer and use it in GitHub Desktop.
Save claudiosanches/64b748123c89cb9e741d to your computer and use it in GitHub Desktop.
Check if is WooCommerce 2.2
<?php
if ( defined( 'WC_VERSION' ) && version_compare( WC_VERSION, '2.2', '>=' ) ) {
} else {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment