Skip to content

Instantly share code, notes, and snippets.

View hardikdashora's full-sized avatar

Hardik Dashora hardikdashora

View GitHub Profile
@hardikdashora
hardikdashora / gist:bbbcd07eb5e016fe5f86f73695d0d9a7
Last active July 25, 2016 06:40 — forked from corsonr/gist:6681929
WooCommerce - Create a product categories dropdown list in a shortcode
<?php
/**
* WooCommerce Extra Feature
* --------------------------
*
* Register a shortcode that creates a product categories dropdown list
*
* Use: [product_categories_dropdown orderby="title" count="0" hierarchical="0"]
*