Add-ons /

Users

Developer documentation for the Ajax Load More Users add-on.


Filter Hooks

The following filter hooks are available when using this add-on:

alm_users_query_args_{id}

The alm_users_query_args_{id}() filter can be used to modify WP_User_Query arguments by a specific Ajax Load More instance ID.

The following snippet would be pasted in your theme’s functions.php file.

Note: This filter uses the same principles as the core alm_query_args filter.


« Back to Add-ons