Automatic_Upgrader_Skin::footer()
最后更新于:2021-11-25 19:10:59
Automatic_Upgrader_Skin::footer()Retrieves the buffered content, deletes the buffer, and processes the output.
源文件
文件: gc-admin/includes/class-automatic-upgrader-skin.php
public function footer() {
$output = ob_get_clean();
if ( ! empty( $output ) ) {
$this->feedback( $output );
}
}