autoship_after_update_product_activate (action)

( src/products.php) Can be used to add customization after activating products in QPilot. It takes $enabled ('yes' or 'no') and $excluded_ids (WC Product Id's) as its parameters.

Code

do_action( 'autoship_after_update_product_activate', $enable, $exclude_ids );

Found in the Functions