1 | | A good question. Right now, when bp_template_content gets called, BuddyPress's theme compat filter should not be hooked in, or at least fail. Consider also that plugin.php is a specific template that should only get included when no other BuddyPress core template is requested, which is to say that some other plugin manually requested it. |
| 1 | A good question. Remember that plugins.php uses 'bp_template_content', not 'the_content.' |
| 2 | |
| 3 | When the_content gets called, BuddyPress's theme compat filter should not be hooked in, or at least fail. Consider also that plugin.php is a specific template that should only get included when no other BuddyPress core template is requested, which is to say that some other plugin manually requested it. |