Meta Box
Support Forum
Support › MB Custom Taxonomy › Can I create a taxonomy and terms using API
Hello can I create a custom taxonomy and terms using REST API? Can you give me documentation please?
Hi,
Unfortunately, WordPress does not support to create custom taxonomy and terms with REST API. You can only get REST API support for the taxonomy after creating it, for more information, please follow the documentation https://developer.wordpress.org/reference/functions/register_taxonomy/ https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/#registering-a-custom-taxonomy-with-rest-api-support
Ok thank you very much.