woocommerce/includes/data-stores
Justin Sainton 29c9fa55d8 Add search_customers() filter
Includes each of the parameters passed to the method, as well as a context parameter for each query.

Our specific use case for this is for a custom wholesale ordering system, where we're wanting to limit the search to a specific role - so customizing the arguments here would be really helpful.

Ironically, proposed the same thing three years ago and the committed filter no longer exists: e91ca49b6d
2017-06-30 13:52:24 -07:00
..
abstract-wc-order-data-store-cpt.php Revert "Merge pull request #14706 from crodas/make_get_item_consistent" 2017-06-27 22:28:23 -07:00
abstract-wc-order-item-type-data-store.php Merge remote-tracking branch 'origin/master' 2017-05-23 19:00:24 +01:00
class-wc-coupon-data-store-cpt.php Only delete if the object has an ID 2017-05-30 14:44:28 +01:00
class-wc-customer-data-store-session.php Store user ID and use that to determine is session data should overwrite user data. 2017-05-30 17:03:55 +01:00
class-wc-customer-data-store.php Add search_customers() filter 2017-06-30 13:52:24 -07:00
class-wc-customer-download-data-store.php PHPDoc: Add missing throws statement 2017-05-15 13:39:03 +02:00
class-wc-data-store-wp.php Prevent extra slashes on meta values 2017-06-29 22:41:11 +01:00
class-wc-order-data-store-cpt.php Add edge case test 2017-06-13 14:00:12 -07:00
class-wc-order-item-coupon-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-data-store.php Prevent extra slashes on meta values 2017-06-29 22:41:11 +01:00
class-wc-order-item-fee-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-product-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-shipping-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-tax-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-refund-data-store-cpt.php Only delete if the object has an ID 2017-05-30 14:44:28 +01:00
class-wc-payment-token-data-store.php Merge remote-tracking branch 'origin/master' 2017-05-23 19:00:24 +01:00
class-wc-product-data-store-cpt.php update_post_caches for all posts at once 2017-06-22 13:39:17 +01:00
class-wc-product-grouped-data-store-cpt.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-product-variable-data-store-cpt.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-product-variation-data-store-cpt.php Force date created on update if not set. 2017-06-28 12:25:23 +01:00
class-wc-shipping-zone-data-store.php Merge remote-tracking branch 'origin/master' 2017-05-23 19:00:24 +01:00