FS_Option_Manager

3-layer lazy options manager.


Description Description

layer 3: Memory layer 2: Cache (if there’s any caching plugin and if WP_FS__DEBUG_SDK is FALSE) layer 1: Database (options table). All options stored as one option record in the DB to reduce number of DB queries.

If load() is not explicitly called, starts as empty manager. Same thing about saving the data – you have to explicitly call store().

Class Freemius_Option_Manager


Source Source

File: includes/pum-sdk/freemius/includes/managers/class-fs-option-manager.php



Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

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