Hi,
It might be the old type to register the taxonomy field. Please follow this documentation to know how to register a taxonomy field with new settings type https://docs.metabox.io/fields/taxonomy/
array(
'name' => 'Categories',
'id' => 'exclude_pf_cats',
'type' => 'taxonomy',
// Taxonomy slug.
'taxonomy' => 'portfolio-categories',
// How to show taxonomy.
'field_type' => 'checkbox_tree',
),
and use the filter hook rwmb_meta_boxes https://docs.metabox.io/creating-meta-boxes/#using-code
Thread Starter
MaxCode
(@mswebworld)
Thank you Neo for your fast support.
I tried as per your suggestion and it worked.
Problem is solved 🙂
Great plugin, great author and great support team 🙂