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