ASTRA_THEME_SETTINGS . '[single-product-breadcrumb-disable]', 'section' => 'section-woo-shop-single', 'type' => 'control', 'control' => 'checkbox', 'default' => astra_get_option( 'single-product-breadcrumb-disable' ), 'title' => __( 'Disable Breadcrumb', 'astra' ), 'priority' => 10, ), ); return array_merge( $configurations, $_configs ); } } } new Astra_Woo_Shop_Single_Layout_Configs;