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