WC_Form_Handler::order_again()public staticWC 1.0

Deprecated from version 3.5.0 Logic moved to cart session handling.. It is no longer supported and can 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.

Return

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 8.7.0

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