This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Setup_Page::the_footer()
The page footer
Return
(void)
Source
File: includes/libs/admin/page/setup-page.class.php
private function the_footer() { echo '</body>'; echo '</html>'; die(); }