/home/suroeste/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates
Edit: /home/suroeste/public_html/wp-content/plugins/woocommerce/src/Blocks/Templates/MiniCartTemplate.php (1714B)
'mini-cart',
'label' => __( 'Mini-Cart', 'woocommerce' ),
'description' => __( 'The Mini-Cart template allows shoppers to see their cart items and provides access to the Cart and Checkout pages.', 'woocommerce' ),
'icon' => 'mini-cart',
'area_tag' => 'mini-cart',
);
return array_merge( $default_area_definitions, array( $mini_cart_template_part_area ) );
}
}