woocommerce_note_updated

woocommerce_note_updated

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_note_updated') is found 1 times:

  • /src/Admin/Notes/DataStore.php line 183
    		 * 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.