autoship_after_print_product_custom_price_fields (action)
(src/product-page.php) Can be used to add custom content after the Autoship prices on the WP-Admin > Products > Edit Product page. It takes the $_product as a parameter.
Code
<?php do_action( 'autoship_after_print_product_custom_price_fields', $_product ); ?>
Included in these Functions