Decryption key:
UserPro - Community and User Profiles WordPress Plugin v5.1.13 Nulled
Version 5.1.13 (14 Aug 2026)
==================================
- Performance fix: memberlist pagination now applies to custom-field sort keys
(previously number/offset were only set for built-in sort keys, leaving
custom-field-sorted member directories completely unbounded).
- Performance fix: member directory search/filter total-count now uses a single
COUNT query instead of fetching up to 10,000 full user records.
- Performance fix: userpro_badges_admin_users() now fetches only ID and
user_login, capped at 500 rows via the userpro_badges_admin_users_limit
filter (previously fetched full WP_User objects for every account).
- Performance fix: "Delete badge from all users" now fetches only user IDs
before the per-user write loop (previously hydrated full WP_User objects).
- Performance fix: User Requests admin panels (both old and new) now use a
COUNT query for the pending-user header badges and cap the display list at
200 rows (previously fetched all pending users unbounded).
- Removed dead get_pending_verify_requests_count() function from admin/admin.php
(zero callers; duplicate of the patched function in the requests addon).