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.


Top ↑

Source Source

File: includes/class-edd-customer-query.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.8 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.