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