astra_add_to_cart_quantity_btn_enabled()

Function to check the Add to Cart quantity buttons.


Description


Return

(bool) true|false.


Source

File: inc/compatibility/woocommerce/woocommerce-common-functions.php

function astra_add_to_cart_quantity_btn_enabled() {
	return apply_filters( 'astra_add_to_cart_quantity_btn_enabled', astra_get_option( 'single-product-plus-minus-button' ) );
}

Changelog

Changelog
Version Description
3.9.2 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.