autoship_recurring_price (filter)
(src/products.php) Allows developers to override the recurring price for an Autoship product. It takes the $recurring_price, $product_id, $frequency_type, & $frequency as its parameters.
Filter
return apply_filters( 'autoship_recurring_price', $recurring_price, $product_id, $frequency_type, $frequency );
Found in the Functions