Support » Plugin: Plugin Organizer » disable plugins in buddypress sections

  • Resolved gatelli

    (@gatelli)


    Hi,

    I have a suggestion : the possibility to disable some plugins in particular buddypress pages. Buddypress have hooks who returns true/false to determine where we are, some examples:
    – in members section : bp_is_user()
    – in profile section : bp_is_user_profile()
    – in forum section : bp_is_group_forum()
    etc…
    and generally if we are in a buddypress generated page : is_buddypress()
    (all functions are here : https://codex.buddypress.org/developer/template-tag-reference/)

    I was wondering if it could possible to implement some options in your plugin, related to buddypress, or at least if it’s possible to make it with the plugin filters, or post_type.
    It would be an very interesting improvement !

    Thanks !

    https://wordpress.org/plugins/plugin-organizer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    That is specific to the buddypress plugin. It is possible to add that functionality if you want to get someone to build you a plugin to hook into plugin organizer. But I don’t want to add buddypress specific functionality to plugin organizer.

    Thread Starter gatelli

    (@gatelli)

    OK, I’ll dig into that. Do you have any direction to help me please ?
    Many thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable plugins in buddypress sections’ is closed to new replies.