woocommerce_note_where_clauses
Filter Hook: Filter the notes WHERE clause before retrieving the data.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:452
Filter Hook: Filter the notes WHERE clause before retrieving the data.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:452
Method: Find all the notes with a given name.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:461
Method: Save actions to the database.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:254
Method: Return an ordered list of notes.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:334
Method: Return a count of notes.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:365
Method: Return where clauses for getting notes by status and type. For use in both the count and listing queries.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:389
Class: WC Admin Note Data Store (Custom Tables)
Source: packages/woocommerce-admin/src/Notes/DataStore.php:13
Method: Method to create a new note in the database.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:19
Action Hook: Fires when an admin note is created.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:55
Method: Method to read a note.
Source: packages/woocommerce-admin/src/Notes/DataStore.php:64