Meta Box
Support Forum
Support › MB REST API › Create terms taxonomy fieldResolved
Hello,
It's posible to create terms in the taxonomy or taxonomy advanced fields?
Thanks, Sergio
Hi Sergio,
We're working on this. There is some progress, but not good enough. We're trying to finish as soon as we can.
Perfect, many thanks!!!
Thanks for your update in the 4.18 version, to can create new taxonomies with the parameters 'add_new' => true.
Can you hide this parameter? That only can create taxonomies for certain users or certain conditions?
You can add condition to the parameter, like this:
$can_add_new = current_user_can( 'manage_options' ); // then in the field settings, set 'add_new' => $can_add_new,