ACF_Admin_Upgrade::network_admin_htmlpublicACF 5.7.4

network_admin_html

Displays the HTML for the network upgrade admin page.

Method of the class: ACF_Admin_Upgrade{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Upgrade = new ACF_Admin_Upgrade();
$ACF_Admin_Upgrade->network_admin_html();

Changelog

Since 5.7.4 Introduced.

ACF_Admin_Upgrade::network_admin_html() code ACF 6.0.4

function network_admin_html() {
	acf_get_view( 'html-admin-page-upgrade-network' );
}