WP_User_Query::get_results()

Return the list of users.


Description Description


Return Return

(array) Array of results.


Top ↑

Source Source

File: wp-includes/class-wp-user-query.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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