WP_User_Search has been replaced by WP_User_Query. WP_User_Search exists, but is deprecated and has been moved to wp-admin/includes/user.php to deprecated.php.
If you were for some reason including wp-admin/includes/user.php and were expecting WP_User_Search, you’ll need to adjust.
Peter Westwood 8:35 pm on October 7, 2010 Permalink |
Can we not make WP_User_Search a wrapper of WP_User_Query and preserve backwards compatibility?
Andrew Nacin 8:44 pm on October 7, 2010 Permalink |
I haven’t looked at it or asked scribu yet. Currently it does preserve back compat as it was revived into deprecated.php, but it’d be nice for it to utilize the new class.