Meta Box
Support Forum
Support › MB REST API › custom meta field for custom TaxonomiesResolved
I add some meta for new Taxonomies, but they are not display on meta_box of API,
https://gzyebu.case.17uhui.com.cn/wp-json/wp/v2/product_cat
class-mb-rest-api.php
function get_term_meta( $object ) { $output = array(); if ( ! class_exists( 'MB_Term_Meta_Box' ) ) { return $output; }
var_dump( class_exists( 'MB_Term_Meta_Box' ) ) is false
and sure the term meta is enable
use this meta-box-aio-1.10.5.zip
Thanks. I've fixed in the latest version. Please update.
hi,
comment custom meta no showing on the reset api? please help..
Comment meta is not supported yet in the Rest API. I'll add that in the next version.
Hi zhenglc,
Comment meta is now supported in version 1.4.0. Please update. If you're using AIO, please wait, we'll update it in a few days.