我正在使用wp_insert_term創建類別,創建類別後,我想獲取其ID:$ cat_id = wp_insert_term($ name,'category',array('slug'=> $ slug)); ...但是我什麼時候...
確定! 回上一頁