add_panel( 'frontpage_settings', array( 'priority' => 40, 'capability' => 'edit_theme_options', 'title' => esc_html__( 'Front Page Settings', 'best-shop' ), 'description' => esc_html__( 'Static Home Page settings.', 'best-shop' ), ) ); } endif; add_action( 'customize_register', 'best_shop_customize_register_frontpage' );