Automattic\WooCommerce\Internal\Admin\Orders
Edit::render_custom_meta_box
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() Edit::render custom meta box code WC 10.3.6
public function render_custom_meta_box() {
$this->custom_meta_box->output( $this->order );
}