... 'ds_top_level_terms'); function ds_top_level_terms() { $locations = 'test'; $terms = get_the_terms(get_the_ID(), $locations); foreach ($terms as $term) ...
確定! 回上一頁