WC_Twenty_Twenty_Three::before_order_review()
Wrap checkout order review with a col2-set div.
Method of the class: WC_Twenty_Twenty_Three{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Twenty_Twenty_Three::before_order_review();
WC_Twenty_Twenty_Three::before_order_review() WC Twenty Twenty Three::before order review code WC 9.4.2
public static function before_order_review() { echo '<div class="col2-set">'; }