#4729 closed enhancement (no action required)
Hook inside bp_xprofile_get_visibility_levels
Reported by: | chrisclayton | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | |
Component: | Extended Profile | Keywords: | |
Cc: |
Description
I'd write a quick patch but svn isn't being friendly today.
Can we get a do_action hook inside the bp_xprofile_get_visibility_levels() function so that tricky developers can do something before it grabs the levels out of the global?
Change History (4)
Note: See
TracTickets for help on using
tickets.
Our _get functions don't usually have do_actions because they're normally wrappers around globals. Can't you just use the bp_xprofile_get_visibility_levels filter with a higher priority?