bp_activity_new_comment_notification_helper( int $comment_id, array $params )
Helper method to map action arguments to function parameters.
Description Description
Parameters Parameters
- $comment_id
-
(Required) ID of the comment being notified about.
- $params
-
(Required) Parameters to use with notification.
Source Source
File: bp-activity/bp-activity-functions.php
function bp_activity_new_comment_notification_helper( $comment_id, $params ) { bp_activity_new_comment_notification( $comment_id, $params['user_id'], $params ); }
Changelog Changelog
Version | Description |
---|---|
1.9.0 | Introduced. |