ACF_Admin_Options_Preview::__construct
Constructor.
Метод класса: ACF_Admin_Options_Preview{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ACF_Admin_Options_Preview = new ACF_Admin_Options_Preview(); $ACF_Admin_Options_Preview->__construct();
Список изменений
| С версии 6.2.2 | Введена. |
Код ACF_Admin_Options_Preview::__construct() ACF Admin Options Preview:: construct ACF 6.4.2
public function __construct() {
add_action( 'admin_menu', array( $this, 'admin_menu' ), 10 );
}