autoship_after_print_variable_product_custom_price_fields (action)

( src/product-page.php)  Can be used to add custom content after the price field for variable products on the WP-Admin > Products > Edit Product page. It take the variation count ($loop), $variation_data, and $variation as its parameters.

Code

<?php do_action( 'autoship_after_print_variable_product_custom_price_fields', $loop, $variation_data, $variation  ); ?>