autoship_no_product_summary_metabox_table (action)
- (templates/admin/product-summary-metabox-error.php)
- (templates/admin/product-summary-metabox-inactive.php)
Used to fire custom actions when the Autoship product summary metabox has an error or is inactive. It takes the $autoship_summary and $product as its parameters.
Code
<?php do_action( 'autoship_no_product_summary_metabox_table', $autoship_summary, $product ); ?>