Skip to content

Instantly share code, notes, and snippets.

@maycomayco
Created January 3, 2018 11:24
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 maycomayco/9c7824dfb146633f0bc906db0fb4c41f to your computer and use it in GitHub Desktop.
Save maycomayco/9c7824dfb146633f0bc906db0fb4c41f to your computer and use it in GitHub Desktop.
Conjunto de funciones básicas para la edición de Woocommerce
/*
* https://businessbloomer.com/category/woocommerce-tips/visual-hook-series/
*/
//remover resultado de pagina shop
remove_action( 'woocommerce_before_shop_loop' , 'woocommerce_result_count', 20 );
//remover orden de catalogo pagina shop
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment