WC_Admin::buffer
Output buffering allows admin screens to make redirects later on.
Method of the class: WC_Admin{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Admin = new WC_Admin(); $WC_Admin->buffer();
WC_Admin::buffer() WC Admin::buffer code WC 10.8.1
public function buffer() {
ob_start();
}