You are using pre 4.5.0 code which will eventually be depricated. Try this.
$productTerms = get_terms( array(
'taxonomy' => 'prezzoceste',
'hide_empty' => false,
'orderby' => 'ASC',
'meta_key' => '_price', //The price Meta Key
'orderby' => 'meta_value_num',
) );
Check this for more accepted arguments.
Related Posts:
- visually sort ordering “custom post types” for end users
- Custom Table Column Sortable by Taxonomy Query
- How do I allow users to sort posts? [duplicate]
- Sorting results from JSON-API on custom fields
- Sort users in get_users() in custom order
- Sort by custom field value
- How to sort posts with the first 2 or 3 by latest, and the rest is random?
- Get “wp_get_nav_menu_items” to sort alphabetically [duplicate]
- Ascending sort order for monthly & category view, i.e. ?m=201204, ?cat=4
- Adding Sorting to Website?
- Sorting by tag or category
- get_terms orderby name as numbers
- Creating a category page by alphabet
- Sorting get_post_ancestors array
- wordpress custom_meta ordering of timestamps
- Multi-level ordering in WordPress
- Sorting for custom column in WordPress admin post table
- Help alphabetically sorting $terms from get terms(‘wpsc_product_category’
- Vertical alphabetically post columns
- Advanced custom fields sort repeater by date
- Displaying posts sorting by a custom criterion
- Sorting custom post type by usermeta
- Sort posts by meta key that is serialised with other meta keys
- orderby field – list of available options?
- User Query sort on custom field then name
- WP Query sort by meta value
- Best Practices for a Completely Customizable Homepage – without plugins
- Sorting posts by custom field value
- How do I create a sort capability by Title, Category, Author, Date?
- How to avoid duplicating same meta_value?
- Sorting/Filter posts from front-end in WordPress blog
- ‘sort_column’ => ‘menu_order’ not working
- Sort scheduled posts in ascending order by default
- sort items by randomness
- inner foreach loop sorting
- Sortby parameter to sort users
- Update meta_key value for a page
- Sort my event calendar by date
- Table Sorter sort by span title?
- make two custom columns sortables
- How to display remaining post ( in post__in ) if posts are less then post per page?
- ACF pro: Group teaser by datepicker year and display custom sub fields [closed]
- Sorting in WP_List_Table class
- Sort an array with an ACF meta key
- display wordpress user who published a pending post of another user
- Static front page and orderby
- Advanced sorting of content in wordpress [closed]
- Sort posts by first content letter
- Grouping posts starting with same letter
- Getshopped (WP-e-commerce): show all protucts on one admin page for drag-and-drop ordering [closed]
- List CPT by menu_order with children right after parent
- Multidimensional array sort?
- How can users sort multiple pages?
- How do i Sort my Posts
- How to resort my id in wordpress?
- Orderby meta_value only returns posts that have existing meta_key
- initial sort order for a sortable custom column in admin
- How to get Page/Post Gallery attachment images in order they are set in backend using WP_Query()?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- How to sort a table of custom posts by column containing custom field
- How do I sort multiples pages?
- Reorder plugin items in the admin menu
- query_posts sort in multiple directions
- Does WP search natively return results sorted by type (post, post type, page, category…)?
- Plugin for sortable posts in grid [closed]
- Customize the Sorting Dropdown in WooCommerce
- Woocommerce custom loop to show all the products [closed]
- Sorting Grids with Essential Grid and Events Manger
- Order posts using a custom array
- lock meta box position on post edit screen for contributors
- Combining sorted and random CPT
- Nesting if statements to echo only one string based on what tag was filtered?
- Control attachments menu order with jQuery Sortable
- Sort alphabetically by custom field
- Custom taxonomy/category order
- Sort by page information by Ascending Numbers
- Sort search results by Custom Field
- Sort posts by first letter in the title, not by first number
- Order BY Most Liked And Published Between Previous Week Monday And Next Week Monday
- Creating a “glossary” of WordPress posts of a specific post type
- How to tag the main tag? [closed]
- Removing custom sort order from admin page listing
- Re-sort get_posts query results
- How to filter posts by category INSIDE the loop
- How To Show Get Adjacent Posts If Posts Are Sorted By Custom Field
- Natural sort / ordering wp_dropdown_categories
- Custom Query Fields – Altering Meta Value
- Custom loop request based on custom field
- Sort users by meta key value even if meta key not present for all users
- Custom Woocommerce Product Query
- Admin user column sort by numeric meta key
- Move some posts to end of sort order, even if there is a sort in the wp_Query already
- Custom post type order by post_title
- sorting in wp query based on custom field value
- How to change custom post order ASC/DESC menu_order wise dynamically?
- Sort posts by title, sort array by largest number [duplicate]
- Sort Search Results in Order of/by Character @ count (9) of post(s) title. (Ocean-WP theme)
- Sort Posts Alphabetically Based on Specific Category (Divi)
- Custom taxonomy with custom meta value is not sorting correctly (query returns the same value for orderby regardless of sort column click)
- How to sort posts alphabetically based on a specific parent category