wp_get_current_user()

get wp_get_current_user()

Truy xuất đối tượng người dùng hiện tại.

	function wp_get_current_user() {
		return _wp_get_current_user();
	}