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 170
    		 * this in respect of comments and (though now less relevant) links.
    		 *
    		 * @since 3.8.0.
    		 */
    		do_action( 'add_meta_boxes', $this->screen_id, $this->order );
    
    		/**
    		 * Provides an opportunity to inject custom meta boxes into the order editor screen. This
    		 * hook is an analog of `add_meta_boxes_<POST_TYPE>` as provided by WordPress core.
    		 *
    		 * @since 7.4.0