WC_Twenty_Eleven::output_content_wrapper_end
Close wrappers.
Method of the class: WC_Twenty_Eleven{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Twenty_Eleven::output_content_wrapper_end();
WC_Twenty_Eleven::output_content_wrapper_end() WC Twenty Eleven::output content wrapper end code WC 10.3.6
public static function output_content_wrapper_end() {
echo '</div></div>';
}