'; } add_action( 'woocommerce_before_main_content', 'colormag_wrapper_start', 10 ); /** * After Content. * * Closes the wrapping divs. * * @return void */ function colormag_wrapper_end() { echo ''; colormag_sidebar_select(); } add_action( 'woocommerce_after_main_content', 'colormag_wrapper_end', 10 );