apply_filters( 'woocommerce_note_where_clauses', string $where_clauses , array $args )
Filter the notes WHERE clause before retrieving the data.
Description Description
Allows modification of the notes select criterial.
Parameters Parameters
- $where_clauses
-
The generated WHERE clause.
- $args
-
The original arguments for the request.
Source Source
File: packages/woocommerce-admin/src/Notes/DataStore.php