WP_User::to_array()

Return an array representation.


Description Description


Return Return

(array) Array representation.


Top ↑

Source Source

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

	public function to_array() {
		return get_object_vars( $this->data );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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