#4075 closed enhancement (fixed)
bp_has_profile() should accept multiple values of profile_group_id
Reported by: | boonebgorges | Owned by: | espellcaste |
---|---|---|---|
Milestone: | 11.0.0 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Extended Profile | Keywords: | has-patch has-unit-tests commit |
Cc: |
Description
At the moment, it's only possible to pass a single profile_group_id to bp_has_profile(). We should allow for comma-separated or array values as well.
Change History (11)
#3
in reply to:
↑ description
@
8 years ago
I saw that, it's already accepting the array.
Replying to boonebgorges:
At the moment, it's only possible to pass a single profile_group_id to bp_has_profile(). We should allow for comma-separated or array values as well.
#5
@
3 years ago
- Milestone changed from Awaiting Contributions to 11.0.0
- Owner set to espellcaste
- Status changed from new to assigned
This ticket was mentioned in PR #30 on buddypress/buddypress by renatonascalves.
23 months ago
#6
- Keywords has-patch has-unit-tests added
As titled.
Trac ticket: https://buddypress.trac.wordpress.org/ticket/4075
This is non-trivial because this involves adapting the query all the places down, plus tests.