// ========================================================================= // REMOVE HEADER CART // ============================================================= function remove_sf_actions() { remove_action( 'storefront_header', 'storefront_header_cart', 60 ); } add_action( 'init', 'remove_sf_actions' );
Leave a Reply