Merge pull request #20324 from woocommerce/fix/20312
Show empty terms in admin dropdown
This commit is contained in:
commit
763eb76a33
|
@ -293,6 +293,7 @@ class WC_Admin_List_Table_Products extends WC_Admin_List_Table {
|
|||
wc_product_dropdown_categories(
|
||||
array(
|
||||
'option_select_text' => __( 'Filter by category', 'woocommerce' ),
|
||||
'hide_empty' => 0,
|
||||
)
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue