Created
March 27, 2017 18:12
-
-
Save web-hat/11017fe2298cd53caf7e19d47999910c to your computer and use it in GitHub Desktop.
WooCommerce Product Category custom field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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