How to make the quantity_input_args hidden
-
I need to remove the qty field added by filter used to adjust ‘max_value’
add_filter( ‘woocommerce_quantity_input_args’, array( $this, ‘quantity_input_args’ ), 10, 2 );I tried a remove_filter:
remove_filter( ‘woocommerce_quantity_input_args’, [‘WC_Cart_Stock_Reducer’,’quantity_input_args’ ] , 10) ;
Any suggestions?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to make the quantity_input_args hidden’ is closed to new replies.