Re: How to redirect to login and return
I’m really mystified. I added to /members/single/groups/invites.php in my child theme. Then went to http://www.rocketmavericks.com/members/eric/groups/invites, but cc_core_catch_no_access() didn’t seem to be called. I was going to add my function to bp_before_group_invites_content() (see /bp-themes/bp-default/members/single/groups/invites.php:<?php do_action( 'bp_before_group_invites_content' ) for reference), but I grep'd for that function and couldn't find that function defined anywhere. Am I just stumbling upon hooks that haven't been implemented yet?