woocommerce_note_updated, $note->get_id(

woocommerce_note_updated, $note->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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.