woocommerce_note_created, $note_id
woocommerce_note_created, $note_id
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_note_created, $note_id') is found 1 times:
- /src/Admin/Notes/DataStore.php line 65
* Fires when an admin note is created. * * @param int $note_id Note ID. */ do_action( 'woocommerce_note_created', $note_id ); } /** * Method to read a note. * * @param Note $note Admin note.