| Server IP : 172.67.134.116 / Your IP : 216.73.216.141 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 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)