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