jetpack_sync_woocommerce_product_deleted
jetpack_sync_woocommerce_product_deleted
Hook Type: action
See hook in action
Displaying hooks found in version: jetpack.15.1.1do_action('jetpack_sync_woocommerce_product_deleted') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-products.php line 156
* Fires when a WooCommerce product is deleted via wp_delete_post. * * @param int $post_id The product ID being deleted. */ do_action( 'jetpack_sync_woocommerce_product_deleted', $post_id ); } } /** * Handle wp_trash_post action and trigger custom product trashed sync for WooCommerce products. *