ACF\Meta

Post{}ACF 1.0└─ MetaLocation

A class to add support for saving to standard post meta.

No Hooks.

Usage

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

Methods

No Methods in class.

Post{} code ACF 6.8.8

class Post extends MetaLocation {

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