do_action( 'woocommerce_rest_insert_order_note', WP_Comment $note, WP_REST_Request $request, boolean $creating )

Fires after a order note is created or updated via the REST API.


Description Description


Parameters Parameters

$note

New order note object.

$request

Request object.

$creating

True when creating item, false when updating.


Top ↑

Source Source

File: includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.