'; } function mytheme_prepare_jigoshop_wrappers() { 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', 'mytheme_open_jigoshop_content_wrappers', 10 ); add_action( 'jigoshop_after_main_content', 'mytheme_close_jigoshop_content_wrappers', 10 ); } add_action( 'wp_head', 'mytheme_prepare_jigoshop_wrappers' ); ?>