Meta Box
Support › MB Term Meta › Taxonomy not saved in database (NULL)
Hello,
I noticed that taxonomy data is not saved in the database. We use a custom table, and looking at taxonomy fields, they are all "NULL". Why is this?
IMAGE: https://imgur.com/a/opIg6UY Our code: https://pastebin.com/FDfTkjEW
Hello Oskar,
The taxonomy field doesn't work as a normal field. It sets the post term like the default category, tag of WordPress and doesn't save the meta value. If you want to save meta value to the custom table, please use the field taxonomy_advanced.
taxonomy
taxonomy_advanced
Following the documentation https://docs.metabox.io/fields/taxonomy/ https://docs.metabox.io/fields/taxonomy-advanced/