jetpack_sync_woocommerce_product_trashed, $post_id
jetpack_sync_woocommerce_product_trashed, $post_id
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_woocommerce_product_trashed, $post_id') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce-products.php line 172
* Fires when a WooCommerce product is trashed via wp_trash_post. * * @param int $post_id The product ID being trashed. */ do_action( 'jetpack_sync_woocommerce_product_trashed', $post_id ); } } /** * Expand product data to include products table information. *