ACF_Location_Comment::initialize
Initializes props.
Method of the class: ACF_Location_Comment{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Location_Comment = new ACF_Location_Comment(); $ACF_Location_Comment->initialize();
Changelog
| Since 5.0.0 | Introduced. |
ACF_Location_Comment::initialize() ACF Location Comment::initialize code ACF 6.8.8
public function initialize() {
$this->name = 'comment';
$this->label = __( 'Comment', 'acf' );
$this->category = 'forms';
$this->object_type = 'comment';
}