add_meta_boxes_ . $this->screen_id, $this->order
add_meta_boxes_ . $this->screen_id, $this->order
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('add_meta_boxes_ . $this->screen_id, $this->order') is found 1 times:
- /src/Internal/Admin/Orders/Edit.php line 180
* @since 7.4.0 * * @param WC_Order $order The order being edited. */ do_action( 'add_meta_boxes_' . $this->screen_id, $this->order ); $this->enqueue_scripts(); } /** * Set the current action for the form.