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