Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Created October 24, 2014 03:15
Show Gist options
  • Save todiadiyatmo/7e14cd42e1711838ed0b to your computer and use it in GitHub Desktop.
Save todiadiyatmo/7e14cd42e1711838ed0b to your computer and use it in GitHub Desktop.
Get All Terms WordPress
<?php
$termArgs = array(
'orderby' => 'name',
'hide_empty' => 0
);
$skills = get_terms('skills',$termArgs );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment