codepress / admin-columns-issues

Issues for Admin Columns Pro
https://www.admincolumns.com/
11 stars 0 forks source link

Allow the user to hide the Product Varations menu for WC #1300

Closed tobiasschutter closed 4 years ago

tobiasschutter commented 4 years ago

The WooCommerce add-on adds a Product Variations page and adds it to the menu. If the user does not need that particular page we could give them the option to remove it. I was thinking of a development filter: apply_filters( 'acp/wc/show_product_variations', '__return_true');.