#7263 closed enhancement (fixed)
Add BuddyPress-safe wrappers for get_objects_in_term() and get_term_by().
Reported by: | dcavins | Owned by: | dcavins |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch commit |
Cc: | boonebgorges, offereins |
Description
Add wrapper functions for working with BuddyPress taxonomies via get_objects_in_term()
and get_term_by()
.
Attachments (2)
Change History (7)
#1
@
8 years ago
- Keywords commit added
Thanks, @dcavins! Functionality looks good to me. 7263.diff cleans up the documentation a little, and adds a note to each docblock about how the returned values are from the "taxonomy site", not necessarily the current site. cc @offereins
If you're good with the language, then the patch looks good to go.
This ticket was mentioned in Slack in #buddypress by dcavins. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
Add BP wrappers for get_objects_in_term() and get_term_by().