Astra_Woocommerce::render_placeholder_minus_button()

Render placeholder minus button.


Description


Source

File: inc/compatibility/woocommerce/class-astra-woocommerce.php

		public function render_placeholder_minus_button() {
			$btn_class = $this->get_quantity_btn_class();

			echo '<a href="javascript:void(0)" class="ast-qty-placeholder minus' . esc_attr( $btn_class ) . '">-</a>';
		}

Changelog

Changelog
Version Description
4.11.11 Introduced.


User Contributed Notes

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