WP_User_Search::get_results(): array

In this article

Retrieves the user search query results.

Return

array

Source

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

Changelog

VersionDescription
2.1.0Introduced.

User Contributed Notes

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