How to Find What WooCommerce Version you're Using
The WooCommerce plugin defines WC_VERSION php constant to tell which version it's currently at. If you want to check and do some actions if the version of the plugin is greater that X then you can do this. First check if the...
Read More