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