woocommerce_process_shop_order_meta, $this->order->get_id(

woocommerce_process_shop_order_meta, $this->order->get_id(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_process_shop_order_meta, $this->order->get_id(') is found 1 times:

  • /src/Internal/Admin/Orders/Edit.php line 318
    		 * @param \WC_Order Post object.
    		 *
    		 * @since 2.1.0
    		 */
    		do_action( 'woocommerce_process_shop_order_meta', $this->order->get_id(), $this->order );
    
    		$this->custom_meta_box->handle_metadata_changes($this->order);
    
    		// Order updated message.
    		$this->message = 1;