ASTRA_THEME_SETTINGS . '[disable-edd-single-product-add-to-cart]', 'default' => astra_get_option( 'disable-edd-single-product-add-to-cart' ), 'type' => 'control', 'section' => 'section-edd-single', 'title' => __( 'Disable Add To Cart Button', 'astra-addon' ), 'priority' => 18, 'control' => Astra_Theme_Extension::$switch_control, ), /** * Option: EDD Product Title Typography */ array( 'name' => ASTRA_THEME_SETTINGS . '[edd-single-product-title-typo]', 'default' => astra_get_option( 'edd-single-product-title-typo' ), 'type' => 'control', 'control' => 'ast-settings-group', 'title' => __( 'Product Title Font', 'astra-addon' ), 'section' => 'section-edd-single', 'transport' => 'postMessage', 'priority' => 233, 'context' => astra_addon_builder_helper()->design_tab, ), /** * Option: EDD Product Content Typography */ array( 'name' => ASTRA_THEME_SETTINGS . '[edd-single-product-content-typo]', 'default' => astra_get_option( 'edd-single-product-content-typo' ), 'type' => 'control', 'control' => 'ast-settings-group', 'title' => __( 'Product Content Font', 'astra-addon' ), 'section' => 'section-edd-single', 'transport' => 'postMessage', 'priority' => 233, 'context' => astra_addon_builder_helper()->design_tab, ), ); $configurations = array_merge( $configurations, $_configs ); return $configurations; } } } new Astra_Edd_Shop_Single_Configs();