I want to also add a filter tag next to the filter by category in the woocommerce products page. Below image is in ducth but I want to add another dropdown menu if possible.
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Try the following that will add filtering for product tags in admin product list:
Code goes in functions.php file of your active child theme (or active theme). Tested and works.
you need to use
woocommerce_product_filters
filter as follow:Output :
of course you need to place this code inside your functions.php