autoship_discount_checkout_and_recurring_same (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 the same.
Code
$output = apply_filters(
'autoship_discount_checkout_and_recurring_same',
$output,
$strings,
$prices,
$product
);
Found in the Functions