LLMS_Abstract_Processor::set_data( string $key, mixed $value )
Update data to the database related to the processor
Description Description
Parameters Parameters
- $key
-
(Required) Key name.
- $value
-
(Required) Value.
Return Return
(void)
Source Source
File: includes/abstracts/llms.abstract.processor.php
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |