Created
October 25, 2018 06:54
-
-
Save akther80/fce1e32826bc49142a46b00e4a047994 to your computer and use it in GitHub Desktop.
Techmarket - Remove single product categories from product meta div
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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