WP_User_Search::is_search() – Whether there are search terms.
You appear to be a bot. Output may be restricted
Description
Whether there are search terms.
Usage
$bool = WP_User_Search::is_search();
Parameters
Returns
bool
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 5 of 5
function is_search() { if ( $this->search_term ) return true; return false; }