Order get_terms by term meta

get_terms supports a meta_query which calls a new WP_Meta_Query parameter as you can see here. To query your terms with your desired meta, you could change your function call to something like this: $args = array( ‘taxonomy’ => ‘categoria-de-productos’, ‘orderby’ => ‘meta_value_num’, ‘order’ => ‘ASC’, ‘hide_empty’ => false, ‘hierarchical’ => false, ‘parent’ => 0, ‘meta_query’ … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)