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.


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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