Skip to content

Instantly share code, notes, and snippets.

@web-hat
Created March 27, 2017 18:12
Show Gist options
  • Save web-hat/11017fe2298cd53caf7e19d47999910c to your computer and use it in GitHub Desktop.
Save web-hat/11017fe2298cd53caf7e19d47999910c to your computer and use it in GitHub Desktop.
WooCommerce Product Category custom field
<?php
$productCatMetaTitle = get_term_meta($term_id, 'wh_meta_title', true);
$productCatMetaDesc = get_term_meta($term_id, 'wh_meta_desc', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment