Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7736, comment 4


Ignore:
Timestamp:
08/01/2018 06:24:13 PM (6 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7736, comment 4

    initial v1  
    1313add_filter( 'bp_is_current_component', 'my_bp_is_current_component_groups_slug_override', 10, 2 );
    1414}}}
     15
     16Depending on how you are filtering `'bp_get_groups_slug'`, you might need to change the check in the example above to do comparisons against a list of your group slugs.