autoship_discount_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 recurring discount only. 

Code

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

Found in the Functions