WP_User::to_array
Returns an array representation.
Method of the class: WP_User{}
No Hooks.
Returns
Array. Array representation.
Usage
$WP_User = new WP_User(); $WP_User->to_array();
Changelog
| Since 3.5.0 | Introduced. |
WP_User::to_array() WP User::to array code WP 6.9
public function to_array() {
return get_object_vars( $this->data );
}