ACF\Meta

Term{}ACF 1.0└─ MetaLocation

A class to add support for saving to term meta.

Хуков нет.

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

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

Методы

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

Код Term{} ACF 6.4.2

class Term extends MetaLocation {

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