setting( string $id, null $default = null )
Get setting value of a certain component.
Parameters
- $id
-
(Required) Id of component setting.
- $default
-
(Optional) Default value, otherwise use the one when the setting was defined.
Default value: null
Return
(mixed) Setting value.
Source
File: header-footer-grid/functions-template.php
Expand full source code Collapse full source code View on Github