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.


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.