LL
Size: a a a
LL
RM
RM
RM
RM
LL
RM
RM
LL
RM
RM
$args = [
'taxonomy' => 'text_color',
'orderby' => 'meta_value',
'meta_key' => 'tag_text_color',
'meta_compare' => '=',
'meta_value' => '#eeee22'
];
print_r(get_terms($args));
RM
RM
LL
LL
$args = [
'taxonomy' => 'text_color',
'orderby' => 'meta_value',
'meta_key' => 'tag_text_color',
'meta_compare' => '=',
'meta_value' => '#eeee22'
];
print_r(get_terms($args));
LL
$args = [
'taxonomy' => 'text_color',
'orderby' => 'meta_value',
'meta_key' => 'tag_text_color',
'meta_compare' => '=',
'meta_value' => '#eeee22'
];
print_r(get_terms($args));
RM