New Filter
-
First of all let me say Thanks for an wonderful plugin.
I was trying to implement search by display_name using this tutorial: https://maorchasen.com/blog/2012/09/19/using-wp_user_query-to-get-a-user-by-display_name/ and I succeeded but I needed to add this filter to the core .php file:
$users = apply_filters( 'sul_users_results', $users, $list_id );
after
$users = $sul_users->get_results();
If you can add it by default for future version I would be very grateful.
Thanks again for the wonderful plugin.
https://www.ads-software.com/extend/plugins/simple-user-listing/
- The topic ‘New Filter’ is closed to new replies.