autoship_checkout_recurring_discount_string (filter)
(src/product-page.php) This filter allows developers to customize the message displayed after the Autoship radio option regardless of discount or not.
Code
return apply_filters( 'autoship_checkout_recurring_discount_string', $output, $strings, $prices, $product );
Found in the Functions