WC_Twenty_Twenty_Two::before_order_review()public staticWC 1.0

Wrap checkout order review with a col2-set div.

Method of the class: WC_Twenty_Twenty_Two{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Twenty_Twenty_Two::before_order_review();

WC_Twenty_Twenty_Two::before_order_review() code WC 8.7.0

public static function before_order_review() {
	echo '<div class="col2-set">';
}