Reply To: ! exist woocommerce wrappers

Home Forums Support ! exist woocommerce wrappers Reply To: ! exist woocommerce wrappers

Home Forums Support ! exist woocommerce wrappers Reply To: ! exist woocommerce wrappers

#205416
Tom
Lead Developer
Lead Developer

Hi there,

Why not do this?:

add_action( 'after_setup_theme','generate_remove_woocommerce_start' );
function generate_remove_woocommerce_start()
{
     remove_action('woocommerce_before_main_content', 'generate_woocommerce_start', 10);
}

Then you can add your own ๐Ÿ™‚