Created
February 3, 2015 11:41
-
-
Save ilkeryilmaz/f68662afc8eb83a6a258 to your computer and use it in GitHub Desktop.
Get the term name and url by ID
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array = get_term_by('id', $select1, $taxonomy, 'ARRAY_A'); | |
echo $array['name']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment