bbp_get_user_topics_started
-
Wordpress: 4.3.3
bbPress: 2.5.8I’m not sure if this is where I should ask this. I am trying to create my own gui under the author profile in wordpress that combines several different plugin information in one place. I thought bbp_get_user_topics_started() would return an array of the topics a user created, but instead I get boolean true.
ie: $user_id = 1; $result = bbp_get_user_topics_started($user_id);
Now it correctly tells me that user_id 1 has created topics, and bbp_get_user_topic_count_raw returns the right number of topics. Am I using this function incorrectly?
- You must be logged in to reply to this topic.