You appear to be a bot. Output may be restricted
Description
Usage
Automatic_Upgrader_Skin::footer();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-automatic-upgrader-skin.php
Lines: 1 to 5 of 5
public function footer() { $output = ob_get_clean(); if ( ! empty( $output ) ) $this->feedback( $output ); }