How do I remove a taxonomy from Wordpress?

前端 未结 7 658
一个人的身影
一个人的身影 2021-02-01 17:10

I\'m creating different custom post types and taxonomies and I want to remove the \'Post Tags\' taxonomy from the default \'Posts\' post type. How do I go about doing this?

7条回答
  •  醉话见心
    2021-02-01 17:41

    There is new function to remove taxonomy from WordPress.

    Use unregister_taxonomy( string $taxonomy ) function

    See details: https://developer.wordpress.org/reference/functions/unregister_taxonomy/

提交回复
热议问题