//add categories to tickets $count = count($terms); if ( $count > 0 ){ foreach ( $terms as $term ) { wp_set_object_terms( $ticket_id ...
確定! 回上一頁