Skip to content

Instantly share code, notes, and snippets.

@DxDiagDx
Last active April 6, 2021 08:53
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 DxDiagDx/deb32c09d46f0388da7bfa764ed5bf7a to your computer and use it in GitHub Desktop.
Save DxDiagDx/deb32c09d46f0388da7bfa764ed5bf7a to your computer and use it in GitHub Desktop.
Woo: показать пустые категории без товаров на страницах категорий
// Показать пустые категории без товаров
add_filter( 'woocommerce_product_subcategories_hide_empty', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment