Semper_Fi_Module::update_options( array $opts = array(), null|string $location = null, null|array $defaults = null )
Updates the options array in the module; loads saved settings with get_option() or uses defaults
Description Description
Parameters Parameters
- $opts
-
(Optional) Array of options
Default value: array()
- $location
-
(Optional) $this->locations array index
Default value: null
- $defaults
-
(Optional)
Default value: null
Source Source
File: includes/class-ld-semper-fi-module.php
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |