Automattic\WooCommerce\Internal\Admin\Orders

Edit::add_order_taxonomies_meta_boxprivateWC 1.0

Render custom meta box.

Method of the class: Edit{}

No Hooks.

Returns

null. Nothing (null).

Usage

// private - for code of main (parent) class only
$result = $this->add_order_taxonomies_meta_box();

Edit::add_order_taxonomies_meta_box() code WC 9.8.5

private function add_order_taxonomies_meta_box() {
	$this->taxonomies_meta_box->add_taxonomies_meta_boxes( $this->screen_id, $this->order->get_type() );
}