Changes between Initial Version and Version 1 of Ticket #2225, comment 25
- Timestamp:
- 03/27/2013 07:22:02 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2225, comment 25
initial v1 3 3 BBP_Forums_Group_Extension (child of BP_Group_Extension) ->_display_hook calls bp_core_load_template, and that functions makes an exit(); call after loading the template, if found. This is not failing for other themes, because they don't have that particular template (bp-themes/bp-default/groups/single/plugins.php) 4 4 5 So, everything hooked into any hook after bp_template_redirect isn't being loaded.5 So, everything hooked into any hook after bp_template_redirect isn't being executed.