ACF\Meta
Term{}└─ MetaLocation
A class to add support for saving to term meta.
No Hooks.
Usage
$Term = new Term(); // use class methods
Methods
No Methods in class.Term{} Term{} code ACF 6.8.8
class Term extends MetaLocation {
/**
* The unique slug/name of the meta location.
*
* @var string
*/
public string $location_type = 'term';
}