ACF\Meta
User{}└─ MetaLocation
A class to add support for saving to user meta.
No Hooks.
Usage
$User = new User(); // use class methods
Methods
No Methods in class.User{} User{} code ACF 6.8.8
class User extends MetaLocation {
/**
* The unique slug/name of the meta location.
*
* @var string
*/
public string $location_type = 'user';
}