Setup Menus in Admin Panel

Setup Menus in Admin Panel

Cart

Eliminar artículo Imagen en miniatura Producto Precio Cantidad Total
× Goma Elemí (20g) Goma Elemí (20g) 4,00 
4,00 

Totales del carrito

Subtotal 4,00 
Total 4,00 
Template Design © VibeThemes. All rights reserved.

Setup Menus in Admin Panel

add_action( 'after_setup_theme', 'tu_remove_footer_area' ); function tu_remove_footer_area() { remove_action( 'generate_footer','generate_construct_footer' ); }