edd_add_customer_email( array $args )
Add an email address to the customer from within the admin and log a customer note
Description Description
Parameters Parameters
- $args
-
(Required) Array of arguments: nonce, customer id, and email address
Return Return
(mixed) If DOING_AJAX echos out JSON, otherwise returns array of success (bool) and message (string)
Source Source
File: includes/admin/customers/customer-actions.php
Changelog Changelog
Version | Description |
---|---|
2.6 | Introduced. |