webhat
3/27/2017 - 6:12 PM

WooCommerce Product Category custom field

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);