Reserved terms are the set of key words in a WordPress. You should avoid this terms in your plugin or theme files. Because it leads to conflict with core functionality. So don’t use this reserved terms in following places.

  1. Passing a term through a $_GET or $_POST array
  2. Registering a taxonomy or post type slug
  3. Handling query variables

To learn more about WordPress reserved terms, please see http://codex.wordpress.org/Function_Reference/register_taxonomy#Reserved_Terms

Leave a Reply

Your email address will not be published. Required fields are marked *