WP_User::to_array()
Returns an array representation.
Метод класса: WP_User{}
Хуков нет.
Возвращает
Массив
. Array representation.
Использование
$WP_User = new WP_User(); $WP_User->to_array();
Список изменений
С версии 3.5.0 | Введена. |
Код WP_User::to_array() WP User::to array WP 6.6.2
public function to_array() { return get_object_vars( $this->data ); }