EDD_Customer::update( array $data = array() )
Update a customer record
Description Description
Parameters Parameters
- $data
-
(Optional) Array of data attributes for a customer (checked via whitelist)
Default value: array()
Return Return
(bool) If the update was successful or not
Source Source
File: includes/class-edd-customer.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |