ACF_Admin_Upgrade::admin_html
admin_html
Displays the HTML for the 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->admin_html();
Changelog
| Since 5.7.4 | Introduced. |
ACF_Admin_Upgrade::admin_html() ACF Admin Upgrade::admin html code ACF 6.0.4
function admin_html() {
acf_get_view( 'html-admin-page-upgrade' );
}