Automatic_Upgrader_Skin::footer()
Retrieves the buffered content, deletes the buffer, and processes the output.
Method of the class: Automatic_Upgrader_Skin{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Automatic_Upgrader_Skin = new Automatic_Upgrader_Skin(); $Automatic_Upgrader_Skin->footer();
Changelog
Since 3.7.0 | Introduced. |
Automatic_Upgrader_Skin::footer() Automatic Upgrader Skin::footer code WP 6.6.2
public function footer() { $output = ob_get_clean(); if ( ! empty( $output ) ) { $this->feedback( $output ); } }