autoship_after_schedule_options_template (action)

( templates/product/schedule-options.php) Used to add custom content after the Schedule Options template for simple products. Takes the $product as a parameter.

Code

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