woocommerce_before_quantity_input_field

woocommerce_before_quantity_input_field

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_quantity_input_field') is found 1 times:

  • /templates/global/quantity-input.php line 34
    	 * Hook to output something before the quantity input field.
    	 *
    	 * @since 7.2.0
    	 */
    	do_action( 'woocommerce_before_quantity_input_field' );
    	?>
    	<label class="screen-reader-text" for="<?php echo esc_attr( $input_id ); ?>"><?php echo esc_attr( $label ); ?></label>
    	<input
    		type="<?php echo esc_attr( $type ); ?>"
    		<?php echo $readonly ? 'readonly="readonly"' : ''; ?>
    		id="<?php echo esc_attr( $input_id ); ?>"