apply_filters( 'edd_found_customers_query', string $found_customers_query , EDD_Customer_Query $customer_query )
Filters the query used to retrieve the count of found customers.
Description Description
Parameters Parameters
- $found_customers_query
-
SQL query. Default 'SELECT FOUND_ROWS()'.
- $customer_query
-
The
EDD_Customer_Query
instance.
Source Source
File: includes/class-edd-customer-query.php
Changelog Changelog
Version | Description |
---|---|
2.8 | Introduced. |