Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

alancf on "[Plugin: WooCommerce - excelling eCommerce] Product tags in order confirmation email?"

$
0
0
$term_list = wp_get_post_terms( $product_id, 'product_tag', array( "fields" => "names" ) );
foreach( $term_list as $term ) echo $term . '<br/>';

The first line will get all tags associated with the product, and the second line will display them all.


Viewing all articles
Browse latest Browse all 104029

Trending Articles