ACF\Meta

Comment{}ACF 1.0└─ MetaLocation

A class to add support for saving to comment meta.

Хуков нет.

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

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

Методы

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

Код Comment{} ACF 6.4.2

class Comment extends MetaLocation {

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