By default wp_list_categories will echo the results. As you did with the first function, you will need to set echo=0 in the args to return the list instead.
1 Like
By default wp_list_categories will echo the results. As you did with the first function, you will need to set echo=0 in the args to return the list instead.