Tagged Questions
0
votes
1answer
119 views
assign the returned value of wordpress function to a variable?
Why can't I store wp_list_categories in a variable?
$wplist = wp_list_categories( array (
'taxonomy' => 'ntp_package_type',
...