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