WC_Form_Handler::order_againpublic staticWC 1.0

Deprecated since 3.5.0 Logic moved to cart session handling.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Place a previous order again.

Method of the class: WC_Form_Handler{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Form_Handler::order_again();

Changelog

Deprecated since 3.5.0 Logic moved to cart session handling.

WC_Form_Handler::order_again() code WC 10.7.0

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