Automatic_Upgrader_Skin::footer()

In this article

Retrieves the buffered content, deletes the buffer, and processes the output.

Source

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

Changelog

VersionDescription
3.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.