<?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'; }