| 1 | <?php |
||
| 15 | class Kirki_Sections_Nested_Section extends WP_Customize_Section { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * The parent section. |
||
| 19 | * |
||
| 20 | * @access public |
||
| 21 | * @since 3.0.0 |
||
| 22 | * @var string |
||
| 23 | */ |
||
| 24 | public $section; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * The section type. |
||
| 28 | * |
||
| 29 | * @access public |
||
| 30 | * @since 3.0.0 |
||
| 31 | * @var string |
||
| 32 | */ |
||
| 33 | public $type = 'kirki-nested'; |
||
| 34 | |||
| 35 | public function json() { |
||
| 61 | } |
||
| 62 |