autoship_scheduled_order_quantity_input_display (filter)

( src/scheduled-orders.php) Mimics the WooCommerce & can be used to customize the quantity input for Scheduled Order Items in the Native UI Customer Scheduled Orders display. It takes (WC quantity input) $args (array), (Autoship Cloud) $product (obj), $wc_product, and $echo (bool) as its parameters and returns the HTML of the quantity input.

Code

$input_display = apply_filters( 'autoship_scheduled_order_quantity_input_display', ob_get_clean() , $args, $product, $wc_product, $echo );

Found in the Functions