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 );
		}

Changelog

Changelog
Version Description
2.1.3 Introduced.

User Contributed Notes

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