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.
FS_Storage::load_network_options_map()
We don’t want to load the map right away since it’s not even needed in a non-MS environment.
Description Description
Example: array( ‘option1’ => 0, // Means that the option should always be stored on the network level. ‘option2’ => 1, // Means that the option should be stored on the network level only when the module was network level activated. ‘option2’ => 2, // Means that the option should be stored on the network level only when the module was network level activated AND the connection was NOT delegated. ‘option3’ => 3, // Means that the option should always be stored on the site level. )
Source Source
File: includes/pum-sdk/freemius/includes/class-fs-storage.php
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |