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' ) );
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.9.2 | Introduced. |