On this page
Automatic_Upgrader_Skin::footer()
Retrieves the buffered content, deletes the buffer, and processes the output.
Source
File: wp-admin/includes/class-automatic-upgrader-skin.php. View all references
public function footer() {
$output = ob_get_clean();
if ( ! empty( $output ) ) {
$this->feedback( $output );
}
}
Related
Uses
| Uses | Description |
|---|---|
| Automatic_Upgrader_Skin::feedback() wp-admin/includes/class-automatic-upgrader-skin.php | Stores a message about the upgrade. |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/automatic_upgrader_skin/footer