| Server IP : 172.67.134.116 / Your IP : 216.73.216.38 Web Server : Apache System : Linux server.rehabsharif.com 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64 User : nobi37te ( 1003) PHP Version : 8.2.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/nobi37te/public_html/wp-content/plugins/buddyboss-platform/cli/components/ |
Upload File : |
# wp bp group create
Create a group.
## OPTIONS
--name=<name>
: Name of the group.
[--slug=<slug>]
: URL-safe slug for the group. If not provided, one will be generated automatically.
[--description=<description>]
: Group description.
\---
Default: 'Description for group "[name]"'
\---
[--creator-id=<creator-id>]
: ID of the group creator.
\---
Default: 1
\---
[--slug=<slug>]
: URL-safe slug for the group.
[--status=<status>]
: Group status (public, private, hidden).
\---
Default: public
\---
[--enable-forum=<enable-forum>]
: Whether to enable legacy bbPress forums.
\---
Default: 0
\---
[--date-created=<date-created>]
: MySQL-formatted date.
\---
Default: current date.
\---
[--silent]
: Whether to silent the group creation.
[--porcelain]
: Return only the new group id.
## EXAMPLES
$ wp bp group create --name="Totally Cool Group"
Success: Group (ID 5465) created: http://example.com/groups/totally-cool-group/
$ wp bp group create --name="Another Cool Group" --description="Cool Group" --creator-id=54 --status=private
Success: Group (ID 6454)6 created: http://example.com/groups/another-cool-group/