How to get term meta
-
Hi,
How to get term meta to print to the front end?
My back-end codearray( 'id' => 'listing_category_settings', 'title' => esc_html__('Settings', WILOKE_LISTING_DOMAIN), 'object_types' => array('term'), 'taxonomies' => array('listing_cat'), 'new_term_section'=> true, 'context' => 'normal', 'priority' => 'low', 'save_field' => true, 'show_names' => true, // Show field names on the left 'fields' => array( array( 'type' => 'taxonomy_multicheck', 'taxonomy' => 'listing_tag', 'id' => $prefix.'tags_children', 'name' => esc_html__('Set Tags belong to this category', WILOKE_LISTING_DOMAIN) ) ) )
I tried get_term_meta but it didn’t work
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to get term meta’ is closed to new replies.