Learndash_Admin_Data_Upgrades::set_option_cache( string $transient_key = '', array $transient_data = '' )
Set the processing transient for instance.
Description Description
Parameters Parameters
- $transient_key
-
(Optional) Transient key to identify transient.
Default value: ''
- $transient_data
-
(Optional) Array for transient data.
Default value: ''
Source Source
File: includes/admin/class-learndash-admin-data-upgrades.php
Changelog Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |