Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Code Snippets: Storing plugin theme files in the plugin dir (1.2)


MrMaz
Participant

@mrmaz

Here is my two cents that I added to the ticket:

Its my understanding that bp_core_load_template() was not intended for sub-templates. I believe that all of the core templates use locate_template() to load sub-templates.

I wrote my own custom locate_template method to check the plugin path instead of the template path, which does not rely on any of the catch uri stuff.

Skip to toolbar