autoship_before_print_product_custom_frequency_option_fields (action)
( src/product-page.php) Can be used to add custom content before the custom product frequency options on the WP-Admin > Products > Edit Product page. It takes the $_product as a parameter.
Code
<?php do_action( 'autoship_before_print_product_custom_frequency_option_fields', $_product ); ?>