=')) { return get_terms($args); } else { $taxonomy = $args['taxonomy']; unset($args['taxonomy']); return get_terms($taxonomy, $args); } } }