I have looked at the function. I even found it in the source code (which of course is the same as above).
I’m just curious why I’m not getting an array back, as the source code says:
(array|bool) bbp_get_user_topics_started( $user_id = 0 );
When I send it 1 for user_id, which I know has created 2 topics, (and those topics are shown on the bbpress profile page), I can only get an boolean back. Is there something I need to do to get an array of topics a user started other than this? Am I using the function wrong?
Sorry. Still confused.
Thanks.