EDD_Customer::get_notes( integer $length = 20, integer $paged = 1 )
Get the parsed notes for a customer as an array
Description Description
Parameters Parameters
- $length
-
(Optional) The number of notes to get
Default value: 20
- $paged
-
(Optional) What note to start at
Default value: 1
Return Return
(array) The notes requsted
Source Source
File: includes/class-edd-customer.php
Changelog Changelog
Version | Description |
---|---|
2.3 | Introduced. |