WC_Twenty_Twenty_Two::after_order_review()public staticWC 1.0

Close the div wrapper.

Method of the class: WC_Twenty_Twenty_Two{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Twenty_Twenty_Two::after_order_review();

WC_Twenty_Twenty_Two::after_order_review() code WC 9.4.2

public static function after_order_review() {
	echo '</div>';
}