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


Top ↑

Return Return

(mixed) If DOING_AJAX echos out JSON, otherwise returns array of success (bool) and message (string)


Top ↑

Source Source

File: includes/admin/customers/customer-actions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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