ACF\Meta

User{}ACF 1.0└─ MetaLocation

A class to add support for saving to user meta.

Хуков нет.

Использование

$User = new User();
// use class methods

Методы

Нет Методов у класса.

Код User{} ACF 6.4.2

class User extends MetaLocation {

	/**
	 * The unique slug/name of the meta location.
	 *
	 * @var string
	 */
	public string $location_type = 'user';
}