WP_Upgrader_Skin::footer() In this article Table of ContentsSource Changelog ↑ Back to top Displays the footer following the update process. Source public function footer() { if ( $this->done_footer ) { return; } $this->done_footer = true; echo '</div>'; } View all references View on Trac View on GitHub Changelog VersionDescription2.8.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.