Filters the SQL query used on the Members List and Members List CSV export. Passes the SQL query string.
apply_filters('pmpro_members_list_sql', string $sqlQuery); |
Parameters
- $sqlQuery
- string
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/adminpages/memberslist-csv.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/adminpages/reports/login.php
View in Source CodeRelated Articles and Recipes
Include Current Free Members With a Past Paid Level in the Filtered Members List View By Jason Coleman
Display Order Transaction IDs and Allow Search by ID in the WordPress Admin By Jason Coleman
Speed Up Member and User Search in Your WordPress Site By Jason Coleman
Search Specific User and User Meta Fields (Register Helper Fields) on the Members List By Kimberly Coleman