autoship_after_schedule_options_variable_template (action)

(templates/product/schedule-options-variable.php) Can be used to add custom content after the Schedule Options template area for variable products. Takes the $product as its parameter. 

Code

<?php do_action('autoship_after_schedule_options_variable_template', $product ); ?>