Reply To: Function checking access

Author
Reply
  • #2545

    Again, my plugin hooks into bbPress, it can’t control how the bbPress is displaying page, it can only replace the content of the current template part. Checks and everything else are hooks into bbPress filters and actions that happen when the page is already forming, it can’t replace rendering of the whole page. My plugin offers different ways to replace elements that can be hidden, and it can’t replace theme template that forms the page (this is what you need infact). For that I would need to override the whole templates, and templates are theme dependent. My plugin works only with parts displayed by bbPress, and nothing else, everything else on the page is displayed by the theme not bbPress.