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