Skip to content

Instantly share code, notes, and snippets.

@akther80
Created October 25, 2018 06:54
Show Gist options
  • Save akther80/fce1e32826bc49142a46b00e4a047994 to your computer and use it in GitHub Desktop.
Save akther80/fce1e32826bc49142a46b00e4a047994 to your computer and use it in GitHub Desktop.
Techmarket - Remove single product categories from product meta div
if ( ! function_exists( 'techmarket_single_product_cat_and_sku' ) ) {
function techmarket_single_product_cat_and_sku() { ?>
<div class="cat-and-sku">
<?php techmarket_single_product_sku(); ?>
</div><?php
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment