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 | |
/** | |
* Setup the termmeta table | |
* | |
* Use <code>add_theme_support( 'term-meta' );</code> to enable support for term meta | |
*/ | |
function hm_add_term_meta_table() { | |
global $wpdb; |