Created
March 15, 2014 19:18
-
-
Save hchouhan/9572382 to your computer and use it in GitHub Desktop.
Widget in Template code to display WooCommerce Product Categories as a dropdown
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
<?php the_widget( 'WC_Widget_Product_Categories', 'title=&hierarchical=1&orderby=name&dropdown=1' ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More info about parameters here: https://docs.woocommerce.com/wc-apidocs/source-class-WC_Widget_Product_Categories.html#7-249