component_setting( string $id, null $default = null, null $component_id = 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
- $component_id
-
(Optional) Component id.
Default value: null
Return
(mixed) Component settings.
Source
File: header-footer-grid/functions-template.php
Expand full source code Collapse full source code View on Github