Plugin rewritten from ground up

Version 2.0
This commit is contained in:
LebCit
2018-11-22 20:05:59 +02:00
parent 9c68e0dd59
commit 97d20e9a81
277 changed files with 61349 additions and 2 deletions
@@ -0,0 +1,25 @@
<?php
/**
* An expanded section.
*
* @package Kirki
* @subpackage Custom Sections Module
* @copyright Copyright (c) 2017, Aristeides Stathopoulos
* @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';
}