add_section( 'woocommerce_settings', array( 'title' => __( 'WooCommerce', 'businessdex' ), 'panel' => 'settings_options' ) ); ////// WooCommerce - Misc businessdex_controller_checkbox( 'woocommerce_cart_disable', 'woocommerce_settings', esc_html__( 'Disable cart button', 'businessdex' ), esc_html__( 'Hide the shopping cart button in the header', 'businessdex' ), false );