autoship_before_schedule_info_dialog (action)

( templates/product/schedule-info-dialog.php) Can be used to add custom content before the Schedule Information Dialog modal. Takes the $options (array) as its parameter.

Code

<?php do_action('autoship_before_schedule_info_dialog', $options ); ?>