You may get the term name from term_id like this: $term_name = get_term( $term_id )->name;. Explanation: get_term() returns the term object ...
確定! 回上一頁