bp_activity_sent_reply_to_reply_notification, $parent_comment, $comment_id, $commenter_id, $params

bp_activity_sent_reply_to_reply_notification, $parent_comment, $comment_id, $commenter_id, $params

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_activity_sent_reply_to_reply_notification, $parent_comment, $comment_id, $commenter_id, $params') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 4040
    		 * @param int                  $comment_id     ID for the newly received comment.
    		 * @param int                  $commenter_id   ID of the user who made the comment.
    		 * @param array                $params         Arguments used with the original activity comment.
    		 */
    		do_action( 'bp_activity_sent_reply_to_reply_notification', $parent_comment, $comment_id, $commenter_id, $params );
    	}
    }
    
    /**
     * Helper method to map action arguments to function parameters.
     *