Skip to content

Instantly share code, notes, and snippets.

@shangdev
Last active June 15, 2017 10:19
Show Gist options
  • Save shangdev/669fcc8dfbdaef2da3976f85b5b512ba to your computer and use it in GitHub Desktop.
Save shangdev/669fcc8dfbdaef2da3976f85b5b512ba to your computer and use it in GitHub Desktop.
woocommerce:获取产品标签
$products_tags = get_the_term_list($product_id, 'product_tag');
echo $products_tags;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment