LLMS_Abstract_Processor::get_data( string $key = null, string $default = '' )
Retrieve data for the current processor that can be used in future processes
Description Description
Parameters Parameters
- $key
-
(Optional) If set, return a specific piece of data rather than the whole array.
Default value: null
- $default
-
(Optional) When returning a specific piece of data, allows a default value to be passed.
Default value: ''
Return Return
(array|mixed)
Source Source
File: includes/abstracts/llms.abstract.processor.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |