Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
www
/
wp-content
/
themes
/
flatsome
/
inc
/
admin
/
kirki
/
modules
/
custom-sections
/
sections
/
📝 Editing: class-kirki-sections-default-section.php
<?php /** * The default section. * * @package Kirki * @subpackage Custom Sections Module * @copyright Copyright (c) 2020, David Vongries * @license https://opensource.org/licenses/MIT * @since 2.2.0 */ /** * Default Section. */ class Kirki_Sections_Default_Section extends WP_Customize_Section { /** * The section type. * * @access public * @var string */ public $type = 'kirki-default'; }
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/www/wp-content/themes/flatsome/inc/admin/kirki/modules/custom-sections/sections