WC_Twenty_Thirteen::output_content_wrapper_end()public staticWC 1.0

Close wrappers.

Method of the class: WC_Twenty_Thirteen{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Twenty_Thirteen::output_content_wrapper_end();

WC_Twenty_Thirteen::output_content_wrapper_end() code WC 8.7.0

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