add_meta_boxes_ . $this->screen_id, $this->order

add_meta_boxes_ . $this->screen_id, $this->order

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_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.