curver/functions/kirki/modules/custom-sections/sections/class-kirki-sections-expanded-section.php

25 lines
447 B
PHP
Raw Normal View History

2019-02-10 20:21:07 +01:00
<?php
/**
* An expanded section.
*
* @package Kirki
* @subpackage Custom Sections Module
2019-02-17 14:28:35 +01:00
* @copyright Copyright (c) 2019, Ari Stathopoulos (@aristath)
2019-02-10 20:21:07 +01:00
* @license https://opensource.org/licenses/MIT
* @since 2.2.0
*/
/**
* Expanded Section.
*/
class Kirki_Sections_Expanded_Section extends WP_Customize_Section {
/**
* The section type.
*
* @access public
* @var string
*/
public $type = 'kirki-expanded';
}