[buddypress-trac] [BuddyPress Trac] #6006: User Types API
buddypress-trac
noreply at wordpress.org
Thu Dec 4 01:47:50 UTC 2014
#6006: User Types API
--------------------------+------------------
Reporter: boonebgorges | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.2
Component: Core | Version:
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------
Comment (by boonebgorges):
In [changeset:"9210"]:
{{{
#!CommitTicketReference repository="" revision="9210"
Introduce Member Types API.
BuddyPress member types are akin to WordPress's custom post types.
Developers
can use `bp_register_member_type()` to register their types with
BuddyPress,
and BP will automatically provide a number of pieces of functionality:
* Mechanisms for storing and fetching member types (as a WP taxonomy
term), with full cache support.
* A 'member_type' argument for the `bp_has_members()`/`BP_User_Query`
stack, which allows filtering member loops by member type.
* Admin UI for changing member types on Dashboard > Users > Community
Profile (appears when member types have been registered).
We'll continue to build out more core member type functionality in future
versions of BuddyPress. In the meantime, this is a good starting point for
BP
site implementations to have a shared infrastructure for storing and
retrieving
this data.
See #6006.
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6006#comment:22>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list