WP_User::to_array()
Return an array representation.
Description Description
Return Return
(array) Array representation.
Source Source
File: wp-includes/class-wp-user.php
public function to_array() {
return get_object_vars( $this->data );
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |