Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acanza/25584ac6a146849857efb5aa176e6f55 to your computer and use it in GitHub Desktop.
Save acanza/25584ac6a146849857efb5aa176e6f55 to your computer and use it in GitHub Desktop.
// Mueve la descripción de las taxonomías de producto al final de la página
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment