Changes between Initial Version and Version 1 of Ticket #7736, comment 4
- Timestamp:
- 08/01/2018 06:24:13 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7736, comment 4
initial v1 13 13 add_filter( 'bp_is_current_component', 'my_bp_is_current_component_groups_slug_override', 10, 2 ); 14 14 }}} 15 16 Depending 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.