Hi, I am using filter as per https://docs.metabox.io/extensions/mb-term-meta/ to display custom meta for some taxonomies.
But I need to set different set of metas for some other taxonomies. Like I want to have different meta fields for different taxonomies.
The example in Docs shows only case where the same set of fields can be shared across different taxonomies.
Is variable name $meta_boxes reserved somehow? Can I use another variable to set array of fields for other taxonomy for the same filter, or I have to set up a completely different filter with other variable name for $meta_boxes array? Feeling a bit puzzled.