ACF_Admin_Tool_Import::initializepublicACF 5.6.3

initialize

This function will initialize the admin tool

Method of the class: ACF_Admin_Tool_Import{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.6.3 Introduced.

ACF_Admin_Tool_Import::initialize() code ACF 6.0.4

function initialize() {

	// vars
	$this->name  = 'import';
	$this->title = __( 'Import Field Groups', 'acf' );
	$this->icon  = 'dashicons-upload';

}