WP_User_Search::get_results()

Retrieves the user search query results.


Description Description


Return Return

(array)


Top ↑

Source Source

File: wp-admin/includes/deprecated.php

	public function get_results() {
		return (array) $this->results;
	}

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.