ACF_Admin_Updates::htmlpublicACF 5.0.0

html

Displays the submenu page's HTML.

Method of the class: ACF_Admin_Updates{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Updates = new ACF_Admin_Updates();
$ACF_Admin_Updates->html();

Changelog

Since 5.0.0 Introduced.

ACF_Admin_Updates::html() code ACF 6.8.8

function html() {
	acf_get_view( __DIR__ . '/views/html-settings-updates.php', $this->view );
}