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