woocommerce_quantity_input_step, 1, $this

woocommerce_quantity_input_step, 1, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_quantity_input_step, 1, $this') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 2144
    		 * @param int|float $step The step.
    		 * @param \WC_Product $this The product object.
    		 * @return int|float The step.
    		 */
    		return wc_stock_amount( apply_filters( 'woocommerce_quantity_input_step', 1, $this ) );
    	}
    
    	/**
    	 * Get the add to url used mainly in loops.
    	 *
    	 * @return string