Top Google Search Results
- pre_user_search Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Remove Ability for Other Users to View Administrator in User List?
Feb 28, 2011 ... If you have WordPress 3.0.x try this instead (since WordPress didn't add the ' pre_user_query' hook until 3.1): add_action('pre_user_search' ... - How to change the order in which users - WordPress - Stack Exchange
Dec 11, 2010 ... add_action('pre_user_search', 'change_user_order'); function change_user_order($query) { $query->query_orderby = ' ORDER BY ... - pre_user_search (WordPress Action Hook) - WPSeek.com
WordPress lookup for pre_user_search, a WordPress Action Hook. wpseek.com is a WordPress-centric search tool for developers and theme authors.