woocommerce_order_note_deleted, $note_id, $note
woocommerce_order_note_deleted, $note_id, $note
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_order_note_deleted, $note_id, $note') is found 1 times:
- /includes/wc-order-functions.php line 1318
* @param stdClass $note Object with the deleted order note details. * * @since 9.1.0 */ do_action( 'woocommerce_order_note_deleted', $note_id, $note ); return true; } return false; }