W3cubDocs

/WordPress

Automatic_Upgrader_Skin::footer()

Source

File: wp-admin/includes/class-automatic-upgrader-skin.php

public function footer() {
		$output = ob_get_clean();
		if ( ! empty( $output ) ) {
			$this->feedback( $output );
		}
	}

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/automatic_upgrader_skin/footer