add_panel( 'theme_options', array( 'priority' => 6, 'capability' => 'edit_theme_options', 'title' => esc_html__( 'THEME OPTIONS', 'best-shop' ), ) ); } endif; add_action( 'customize_register', 'best_shop_customize_register_theme_options' );