autoship_all_products_admin_summary_metabox_notice (action)

( src/product-page.php) Can be used to add custom content to the WP-Admin > Products page metabox notice. It takes $status, (product) $summary_data, and $products as its parameters. 

Code

<?php do_action( 'autoship_all_products_admin_summary_metabox_notice', $status, $summary_data, $products ); ?>

Included in these Functions