ACF\AI
AI::__construct
Constructs the AI class.
Метод класса: AI{}
Хуков нет.
Возвращает
void. Ничего (null).
Использование
$AI = new AI(); $AI->__construct();
Список изменений
| С версии 6.8.0 | Введена. |
Код AI::__construct() AI:: construct ACF 6.8.8
public function __construct() {
add_action( 'acf/init', array( $this, 'initialize' ) );
}