You appear to be a bot. Output may be restricted
Description
Creates the initial taxonomies.
This function fires twice: in wp-settings.php before plugins are loaded (for backward compatibility reasons), and again on the init action. We must avoid registering rewrite rules before the init action.
Usage
create_initial_taxonomies();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/taxonomy.php