WP_User_Search::is_search()

Whether there are search terms.


Description Description


Return Return

(bool)


Top ↑

Source Source

File: wp-admin/includes/deprecated.php

	function is_search() {
		if ( $this->search_term )
			return true;
		return false;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.