Allow filtering the total number of recent members to show in the /recent_memberships PMPro endpoint.
apply_filters( 'pmpro_trigger_recent_members_limit', $limit ); |
Parameters
- $limit
- int; The total number of recent members to show.
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/includes/rest-api.php
View in Source Code