acf_pro_updates::__constructpublicACF 5.0.0

Initialize filters, action, variables and includes

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

Хуков нет.

Возвращает

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

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

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

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

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

Код acf_pro_updates::__construct() ACF 6.4.2

public function __construct() {
	add_action( 'init', array( $this, 'init' ), 20 );
}