Skip to content

Instantly share code, notes, and snippets.

@wpsoul
Created April 29, 2022 18:44
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 wpsoul/3355cb8e1b03ed689b0f39480ad65d75 to your computer and use it in GitHub Desktop.
Save wpsoul/3355cb8e1b03ed689b0f39480ad65d75 to your computer and use it in GitHub Desktop.
<?php woocommerce_output_product_categories(array( 'before' => '<div class="smart-scroll-desktop"><div class="'.$woocatclass.' smart-scroll-mobile rh-flex-eq-height products_category_box column_woo">', 'after' => '</div></div>', 'parent_id' => is_product_category() ? get_queried_object_id() : 0)); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment