$terms = get_terms( 'post_tag', [ 'hide_empty' => false, ] );. Since 4.5.0, taxonomies should be passed via the 'taxonomy' argument in the $args array:
確定! 回上一頁