autoship_discount_checkout_and_recurring (filter)
(src/product-page.php) This filter allows developers to customize the message displayed after the Autoship radio option for when there is a checkout and recurring discount and both are not the same.
Code
$output = apply_filters(
'autoship_discount_checkout_and_recurring',
$output,
$strings,
$prices,
$product
);
Found in the Functions