applyFilters( "storage_method" )
applyFilters( "storage_method", method, key );
Filter the storage method for local-data.
Params
-
method
-
(string, required) The storage method to use to store the specified variable. Supported methods are
auto
,local
,cookie
andnone
. -
key
- (string, required) The field-key (variable name) that is stored or read from the storage.