autoship_product_admin_summary_metabox_notice (action)
(src/product-page.php) Allows developers to customize the Edit Product page. It takes the product $status, (Autoship Sync) $summary_data, and the $product as its parameters.
Code
<?php do_action( 'autoship_product_admin_summary_metabox_notice', $status, $summary_data, $product ); ?>
Included in these Functions