Woo get category name by id
<?php
$id = 43;
if( $term = get_term_by( 'id', $id, 'product_cat' ) ){
echo $term->name;
}
?>
9 Related pages
- Woo add rating to all products
- Woo get category name by id
- Woo Show all products
- WooCommerce change item title position
- Woocommerce import sample data in woocommerce (with Product Images)
- WooCommerce number of products displayed per page
- WooCommerce product loop
- WooCommerce replace h2 from product-title
- WooCommerce shop page loop























