DataStore
WC Admin Note Data Store (Custom Tables)
Description Description
Source Source
File: packages/woocommerce-admin/src/Notes/DataStore.php
Methods Methods
- create — Method to create a new note in the database.
- delete — Deletes a note from the database.
- get_notes — Return an ordered list of notes.
- get_notes_count — Return a count of notes.
- get_notes_where_clauses — Return where clauses for getting notes by status and type. For use in both the count and listing queries.
- get_notes_with_name — Find all the notes with a given name.
- read — Method to read a note.
- read_actions — Read actions from the database.
- save_actions — Save actions to the database.
- update — Updates a note in the database.