WC_Admin::buffer()

Output buffering allows admin screens to make redirects later on.


Description Description


Source Source

File: includes/admin/class-wc-admin.php

	public function buffer() {
		ob_start();
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.