Browse: Home / Functions /

learndash_notifications_insert_delayed_email

learndash_notifications_insert_delayed_email( string $title,  array $message,  $recipient,  array $shortcode_data,  int $sent_on,  array $bcc = array(),  array $update_where = array() )

Insert an email to delayed email table


Description #


Parameters #

$title

(string) (Required) Title of email

$message

(array) (Required) Email addresses

$shortcode_data

(array) (Required) List of array

$sent_on

(int) (Required) UNIX timestamp when the email will be sent

$bcc

(array) (Optional) List of email addresses as bcc

Default value: array()

$update_where

(array) (Optional) Where clauses for update operation

Default value: array()


Return #

(bool) True if success|false otherwise


Source #

File: includes/notifications/includes/database.php