woocommerce_restore_order_stock, $order

woocommerce_restore_order_stock, $order

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_restore_order_stock, $order') is found 1 times:

  • /includes/wc-stock-functions.php line 411
    	if ( $changes ) {
    		$order->add_order_note( __( 'Stock levels increased:', 'woocommerce' ) . ' ' . implode( ', ', $changes ), false, false, array( 'note_group' => OrderNoteGroup::PRODUCT_STOCK ) );
    	}
    
    	do_action( 'woocommerce_restore_order_stock', $order );
    }
    
    /**
     * See how much stock is being held in pending orders.
     *
     * @since 3.5.0