Tagged Questions
0
votes
1answer
213 views
wp_insert_term does not insert description. [closed]
I'm using this code. I cannot figure out what the heck is wrong with it?
$args = array(
'description',"My Desc",
'slug' => "My Slug",
'parent' => 0
);
$result = ...