acf_pro_updates::__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 pro updates:: construct ACF 6.4.2
public function __construct() {
add_action( 'init', array( $this, 'init' ), 20 );
}