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