| Current Path : /home/x/i/e/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/ |
| Current File : /home/x/i/e/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/blog.php |
<?php
/**
* Panel Blog
*
* @package Thim_Starter_Theme
*/
thim_customizer()->add_panel(
array(
'id' => 'blog',
'priority' => 42,
'title' => esc_html__( 'Blog Setting', 'realpro' ),
'icon' => 'dashicons-welcome-write-blog',
)
);