Automattic\WooCommerce\Internal\Admin\Orders

Edit::render_custom_meta_box()publicWC 1.0

Render meta box for order specific meta.

Method of the class: Edit{}

No Hooks.

Return

null. Nothing (null).

Usage

$Edit = new Edit();
$Edit->render_custom_meta_box();

Edit::render_custom_meta_box() code WC 8.6.1

public function render_custom_meta_box() {
	$this->custom_meta_box->output( $this->order );
}