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 9.8.5
public function buffer() { ob_start(); }