| 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/general.php |
<?php /** * Panel General * * @package Thim_Starter_Theme */ thim_customizer()->add_panel( array( 'id' => 'general', 'priority' => 30, 'title' => esc_html__( 'General', 'realpro' ), 'icon' => 'dashicons-admin-generic', ) );