Browse: Home / Functions /

learndash_send_purchase_success_email

learndash_send_purchase_success_email( int $user_id,  int $post_id )

Send the course/group purchase success email


Description #


Parameters #

$user_id

(int) (Required) User ID.

$post_id

(int) (Required) Course/Group post ID.


Return #

(void)


Source #

File: includes/payments/ld-emails-functions.php


Changelog #

Changelog
Version Description
3.6.0 Introduced.