Skip to content

Instantly share code, notes, and snippets.

@Musilda
Created May 24, 2019 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Musilda/bfe88e5a4e521cf5250fda7f152a4f49 to your computer and use it in GitHub Desktop.
Save Musilda/bfe88e5a4e521cf5250fda7f152a4f49 to your computer and use it in GitHub Desktop.
<?php
$args = array(
'taxonomy' => 'product_cat',
'hide_empty' => false,
'meta_key' => 'order',
'orderby' => 'meta_value_num',
'parent' => 0
);
$terms = get_terms( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment