woocommerce_note_updated, $note->get_id(
woocommerce_note_updated, $note->get_id(
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_note_updated, $note->get_id(') is found 1 times:
- /src/Admin/Notes/DataStore.php line 189
* Fires when an admin note is updated. * * @param int $note_id Note ID. */ do_action( 'woocommerce_note_updated', $note->get_id() ); } /** * Deletes a note from the database. * * @param Note $note Admin note.