ASTRA_Ext_WooCommerce_Markup::add_to_cart_quantity_btn_enabled()
Function to disable the Add to Cart quantity buttons
Description
Return
(boolean)
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
public static function add_to_cart_quantity_btn_enabled() { return apply_filters( 'astra_add_to_cart_quantity_btn_enabled', true ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.1.3 | Introduced. |