উত্তর:
আপনি ট্যাক্সনমি_সেভ_টার্মটি ব্যবহার করতে চাইবেন । আপনি ট্যাক্সনমি_সেভ_টার্মে যে অ্যারে পাস করেন সেটিকে দেখতে দেখতে এমন হওয়া উচিত।
$term = array(
'name' => 'Taxonomy Term 1',
'vid' => 1, // The VID of the vocabulary this term should be saved under
'description' => 'A description of this term', // Not required
'weight' => 5, // Not required
);
taxonomy_save_term($term);