Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
EDD_Tools_Recount_Store_Earnings::store_data( string $key, mixed $value )
Give a key, store the value
Description Description
Parameters Parameters
- $key
-
(Required) The option_name
- $value
-
(Required) The value to store
Return Return
(void)
Source Source
File: includes/admin/tools/class-edd-tools-recount-store-earnings.php
Changelog Changelog
Version | Description |
---|---|
2.5 | Introduced. |