| Current Path : /home/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/ |
| Current File : /home/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/property-setting.php |
<?php
/**
* Panel Property
*
* @package Thim_Starter_Theme
*/
thim_customizer()->add_panel(
array(
'id' => 'property',
'priority' => 50,
'title' => esc_html__( 'Property Setting', 'realpro' ),
'icon' => 'dashicons-admin-settings',
)
);