autoship_after_product_summary_metabox_table (action)

(templates/admin/product-summary-metabox.php) Can be used to add custom actions after the Autoship product summary metabox table on the admin edit product page. It takes the $autoship_summary and $product as its parameters.

Code

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