ACF\AI

AI::__constructpublicACF 6.8.0

Constructs the AI class.

Метод класса: AI{}

Хуков нет.

Возвращает

void. Ничего (null).

Использование

$AI = new AI();
$AI->__construct();

Список изменений

С версии 6.8.0 Введена.

Код AI::__construct() ACF 6.8.8

public function __construct() {
	add_action( 'acf/init', array( $this, 'initialize' ) );
}