Forums
(@microdiv)
15 years, 9 months ago
Use ID of tag_ID
$test = wp_insert_term( "MY TERM2", "genre", $args = array('parent'=>'7') ); echo "TEST="; var_dump($test);