Warning: This method has been deprecated. Logic moved to cart session handling instead.

WC_Form_Handler::order_again()

Place a previous order again.


Description Description


Source Source

File: includes/class-wc-form-handler.php

	public static function order_again() {
		wc_deprecated_function( 'WC_Form_Handler::order_again', '3.5', 'This method should not be called manually.' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.