DataStore::get_notes_with_name( string $name )
Find all the notes with a given name.
Description Description
Parameters Parameters
- $name
-
(Required) Name to search for.
Return Return
(array) An array of matching note ids.
Source Source
File: packages/woocommerce-admin/src/Notes/DataStore.php