Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
revealability
/
.tmb
/
plugins
/
kirki
/
customizer
/
packages
/
modules
/
sections
/
src
/
Section_Types
:
Expanded.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * An expanded section. * * @package kirki-framework/module-sections * @copyright Copyright (c) 2023, Themeum * @license https://opensource.org/licenses/MIT * @since 1.0.0 */ namespace Kirki\Section_Types; /** * Expanded Section. */ class Expanded extends \WP_Customize_Section { /** * The section type. * * @access public * @since 1.0.0 * @var string */ public $type = 'kirki-expanded'; }