Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #23069, comment 6


Ignore:
Timestamp:
01/02/2013 04:42:29 PM (12 years ago)
Author:
sscovil
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23069, comment 6

    v1 v2  
    1 The key difference is in the way WordPress relates custom taxonomies and terms -- apposed to, say, the way it relates custom post types to posts.
     1The key difference is in the way WordPress relates custom taxonomies to terms -- apposed to, say, the way it relates custom post types to posts.
    22
    33If I want my plugin to remove all posts of a post type that my plugin created, I can do that without needing to re-register the post type first. If I want to remove all terms for a custom taxonomy that my plugin creates, this is not the case.