'; } function advantage_woocommerce_content_wrapper_end() { echo ''; } /** * Jigoshop Support */ remove_action( 'jigoshop_before_main_content', 'jigoshop_output_content_wrapper', 10 ); remove_action( 'jigoshop_after_main_content', 'jigoshop_output_content_wrapper_end', 10 ); add_action( 'jigoshop_before_main_content', 'advantage_jigoshop_content_wrapper', 10 ); add_action( 'jigoshop_after_main_content', 'advantage_jigoshop_content_wrapper_end', 10 ); function advantage_jigoshop_content_wrapper() { echo '
'; } function advantage_jigoshop_content_wrapper_end() { echo '
'; } ?>