diff --git a/wp-settings.php b/wp-settings.php index 807703f52..8d755e357 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -528,6 +528,10 @@ if ( !defined( 'AUTOSAVE_INTERVAL' ) ) require (ABSPATH . WPINC . '/vars.php'); +// make taxonomies available to plugins and themes +// @plugin authors: warning: this gets registered again on the init hook +create_initial_taxonomies(); + // Check for hacks file if the option is enabled if ( get_option('hack_file') ) { if ( file_exists(ABSPATH . 'my-hacks.php') )