wp bp xprofile group create

Create an XProfile group.

OPTIONS OPTIONS

–name=<name>
The name for this field group.
[–description=<description>]
The description for this field group.
[–can-delete=<can-delete>]
Whether the group can be deleted.
---
Default: true.
---
[–porcelain]
Output just the new group id.

Top ↑

EXAMPLES EXAMPLES

$ wp bp xprofile group create --name="Group Name" --description="Xprofile Group Description"
Success: Created XProfile field group "Group Name" (ID 123).

$ wp bp xprofile group add --name="Another Group" --can-delete=false
Success: Created XProfile field group "Another Group" (ID 21212).