bbpress has a large number of do_action() statements. I am familiar with this at the wordpress level but I am unable to locate where bbpress registers a large number of these actions. Specifically I would like to change the behaviour of:
do_action( ‘bbp_template_before_forums_loop’ );
If someone could point me in the right direction that would be greatly appreciated.