Warning: This function has been deprecated. Use ‘LDLMS_Transients::set’ instead.

learndash_set_transient( string $transient_key = '', string $transient_data = '', int $transient_expire = MINUTE_IN_SECONDS )

Sets the transient data.


Description Description


Parameters Parameters

$transient_key

(Optional) Transient key. Default empty

Default value: ''

$transient_data

(Optional) Transient data. Default empty

Default value: ''

$transient_expire

(Optional) Transient expiry time in seconds. Default 60.

Default value: MINUTE_IN_SECONDS


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/deprecated/3.1.0/functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.