Skip to content

Instantly share code, notes, and snippets.

@fervous
Forked from avishai/product-edit.php
Last active February 15, 2017 04:02
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 fervous/45a062fcc93ec22916b61492b4c11d46 to your computer and use it in GitHub Desktop.
Save fervous/45a062fcc93ec22916b61492b4c11d46 to your computer and use it in GitHub Desktop.
Hide Product Type Control - WC Vendors Pro
<!-- Product Type -->
<div class="hide_if_simple hide_if_variable hide_if_grouped">
<?php WCVendors_Pro_Product_Form::product_type( $object_id ); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment