bbp_forum_get_subforums() returns empty array
-
I want to list the subforums under the category. My forum structure is like this:
Category A
– Subforum1
– Subforum2
– Subforum3When parent category id is ’90’, I expected to get subforums of category 90.
$sub_forums[] = bbp_forum_get_subforums(90); var_dump($sub_forums);
This returns empty array. Please let me know if my usage is wrong.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.