autoship_discount_checkout (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 discount only.

Code  

 $output = apply_filters(
      'autoship_discount_checkout',
      $output,
      $strings,
      $prices,
      $product
    );

Found in the Functions