woocommerce_order_note_deleted

woocommerce_order_note_deleted

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.3.1

do_action('woocommerce_order_note_deleted') is found 1 times:

  • /includes/wc-order-functions.php line 1223
    		 * @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;
    }