Creates the initial taxonomies.
This function fires twice: in wp-settings.php
before plugins are loaded (for backwards compatibility reasons), and again on the init action. We must avoid registering rewrite rules before the 'init' action.
<?php create_initial_taxonomies() ?>
None.
Since: Unknown
create_initial_taxonomies() is located in wp-includes/taxonomy.php
.