我可以通过 wordpress 中的某些功能将类别添加到我的自定义分类吗?

Can I add category to my custom taxonomy through some function in wordpress?

我在 Wordpress 项目上使用我的自定义分类法,我需要通过代码创建新类别。

这可能吗?我无法 google 解决我的问题。

使用wp_insert_term

wp_insert_term( 'category_name', 'your_custom_taxonomy' );