Created
January 3, 2018 11:24
-
-
Save maycomayco/9c7824dfb146633f0bc906db0fb4c41f to your computer and use it in GitHub Desktop.
Conjunto de funciones básicas para la edición de Woocommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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