Activity::delete_comment( $args,  $assoc_args )

Delete an activity comment.


Description Description

Top ↑

OPTIONS OPTIONS

: Identifier for the activity.
–comment-id= : ID of the comment to delete.
[–yes] : Answer yes to the confirmation message.
## EXAMPLES
$ wp bp activity delete_comment 100 –comment-id=500 Success: Activity comment deleted.
$ wp bp activity delete_comment 165 –comment-id=35435 –yes Success: Activity comment deleted.


Source Source

File: cli/src/activity.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.