woocommerce_before_quantity_input_field action-hook . WC 1.0
Usage
add_action( 'woocommerce_before_quantity_input_field', 'action_function_name_4210' ); function action_function_name_4210(){ // action... }
Where the hook is called
In file: /templates/global/quantity-input.php
woocommerce_before_quantity_input_field
woocommerce/templates/global/quantity-input.php 31
<?php do_action( 'woocommerce_before_quantity_input_field' ); ?>