Create terms when registering taxonomy?

use wp_insert_term() (after you register the taxonomy)

You can also check if a term exists() before doing that, to save some useless db queries…

Leave a Comment