Automattic\WooCommerce\Internal\Admin\Orders

Edit::render_custom_meta_boxpublicWC 1.0

Render meta box for order specific meta.

Method of the class: Edit{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Edit::render_custom_meta_box() code WC 10.3.6

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