Automatic_Upgrader_Skin::footer()


Description Description


Source Source

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

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


Top ↑

User Contributed Notes User Contributed Notes

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