Skip to content

Instantly share code, notes, and snippets.

@ashish168527
ashish168527 / gist:1a788706d8fc5578cb1467705af8742d
Created March 2, 2021 18:14 — 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"]
*