acf_pro_updates::__construct()publicACF 5.0.0

__construct

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.0.4

function __construct() {

	// actions
	add_action( 'init', array( $this, 'init' ), 20 );

}