Print Category name
-
Hi Dear,
Is there possible to get Category name under import.
I want to print imported /or existing category name under costum field or attribute.Do you have some quick function to do this.
function my_woocommerce_print_category_name() { $cat = $product->get_categories(); echo $cat; ?> }
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Print Category name’ is closed to new replies.