woocommerce_trash_order, $id
woocommerce_trash_order, $id
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_trash_order, $id') is found 1 times:
- /includes/data-stores/abstract-wc-order-data-store-cpt.php line 336
* @since 2.7.0 * * @param int $order_id ID of the order that has been trashed. */ do_action( 'woocommerce_trash_order', $id ); } } } /* |--------------------------------------------------------------------------