$term = wp_insert_term( $cat, // the term 'category', array('slug'=>$c_slug) ); $cat_ids[]=$term['term_id'];. Here we use wordpress ...
確定! 回上一頁