DataStore::delete( AutomatticWooCommerceAdminNotesNote $note, array $args = array() )
Deletes a note from the database.
Description Description
Parameters Parameters
- $note
-
(Required) Admin note.
- $args
-
(Optional) Array of args to pass to the delete method (not used).
Default value: array()
Source Source
File: packages/woocommerce-admin/src/Notes/DataStore.php