EDD_Customer::add_note( string $note = '' )
Add a note for the customer
Description Description
Parameters Parameters
- $note
-
(Optional) The note to add
Default value: ''
Return Return
(string|boolean) The new note if added successfully, false otherwise
Source Source
File: includes/class-edd-customer.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |