File "Expanded.php"

Full Path: /home/fashionbridge/public_html/.tmb/plugins/kirki/customizer/packages/modules/sections/src/Section_Types/Expanded.php
File size: 425 bytes
MIME-type: text/x-php
Charset: utf-8

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