Merge pull request #20324 from woocommerce/fix/20312

Show empty terms in admin dropdown
This commit is contained in:
Claudiu Lodromanean 2018-05-31 19:39:45 +01:00 committed by GitHub
commit 763eb76a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {