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.


Top ↑

Return Return

(array) An array of matching note ids.


Top ↑

Source Source

File: packages/woocommerce-admin/src/Notes/DataStore.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.