LLMS_Access_Plan::toArrayCustom( array $arr )
Don’t add custom fields during toArray()
Parameters Parameters
- $arr
-
(array) (Required) post model array
Return Return
(array)
Source Source
File: includes/models/model.llms.access.plan.php
return $arr; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.11 | Introduced. |