ACF_Location_User_Form::initializepublicACF 5.0.0

Initializes props.

Method of the class: ACF_Location_User_Form{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Location_User_Form = new ACF_Location_User_Form();
$ACF_Location_User_Form->initialize();

Changelog

Since 5.0.0 Introduced.

ACF_Location_User_Form::initialize() code ACF 6.8.8

public function initialize() {
	$this->name        = 'user_form';
	$this->label       = __( 'User Form', 'acf' );
	$this->category    = 'user';
	$this->object_type = 'user';
}