Activity::comment( $args, $assoc_args )
Add an activity comment.
Description Description
OPTIONS OPTIONS
–user-id=
–content=
[–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)
Source Source
File: cli/src/activity.php