ACF\Meta
User{}└─ MetaLocation
A class to add support for saving to user meta.
Хуков нет.
Использование
$User = new User(); // use class methods
Методы
Нет Методов у класса.Код User{} User{} ACF 6.8.8
class User extends MetaLocation {
/**
* The unique slug/name of the meta location.
*
* @var string
*/
public string $location_type = 'user';
}