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' => 16, ), /** * Option: Disable Transparent Header on WooCommerce Product pages */ array( 'name' => ASTRA_THEME_SETTINGS . '[transparent-header-disable-woo-products]', 'default' => astra_get_option( 'transparent-header-disable-woo-products' ), 'type' => 'control', 'section' => 'section-transparent-header', 'title' => __( 'Disable on WooCommerce Product Pages?', 'astra' ), 'required' => array( ASTRA_THEME_SETTINGS . '[transparent-header-enable]', '==', '1' ), 'priority' => 26, 'control' => 'checkbox', ), ); return array_merge( $configurations, $_configs ); } } } new Astra_Woo_Shop_Single_Layout_Configs();