Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Oscar-Abad-Folgueira/500c2d0eb45325a684dbc535b09c681b to your computer and use it in GitHub Desktop.
Save Oscar-Abad-Folgueira/500c2d0eb45325a684dbc535b09c681b to your computer and use it in GitHub Desktop.
WooCoomerce Snippet - Ocultar el mensaje "El carrito está vacío" en WooCommerce
<?php
/**
* @snippet WooCoomerce Snippet - Ocultar el mensaje "El carrito está vacío" en WooCommerce
* @author Oscar Abad Folgueira
* @author_url https://www.oscarabadfolgueira.com
* @snippet_url https://www.oscarabadfolgueira.com/ocultar-el-aviso-el-carrito-esta-vacio-en-la-pagina-del-carrito-de-woocommerce
*/
remove_action( 'woocommerce_cart_is_empty', 'wc_empty_cart_message', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment