HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/dfwparty/dfwchat.net/wp-content/plugins/buddyboss-platform/cli/components/activity-comment.md
# wp bp activity comment

Add an activity comment.

## OPTIONS

<activity-id>
: ID of the activity to add the comment.

--user-id=<user>
: ID of the user. If none is provided, a user will be randomly selected.

--content=<content>
: Activity content text. If none is provided, default text will be generated.

[--skip-notification]
: Whether to skip notification.

[--porcelain]
: Output only the new activity comment id.

## EXAMPLES

    $ wp bp activity comment 560 --user-id=50 --content="New activity comment"
    Success: Successfully added a new activity comment (ID #4645)

    $ wp bp activity comment 459 --user-id=140 --skip-notification=1
    Success: Successfully added a new activity comment (ID #494)