https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
Also, explore around the developer docs site.
Since this is an open source project, there is no one person responsible for documenting BuddyPress. Or put it another way, the community is responsible. It only gets done when someone takes the time and adds to the codex–but, the codex is growing each week. So, you can add to it as well!
Look in all “/wp-content/plugins/buddypress/” folders for files that end in “-templatetags.php”.
Looks like there is a codex page setup:
https://codex.buddypress.org/developer-discussions/buddypress-template-tags/
But nothing is in there. I’ll start filling that page in when I have some time on my hands!
Just added the first function, but there’s a ton more!
—
Jeff, question for you… say I wanted to add a sub-page in the codex to split up the many “-templatetags.php” files.
How would I do that?