Categories to hide are stored on woo.instance and persist across sessions. Click 'Hidden (N)' button to open wizard where you can add/remove categories using a tag picker. Eye/eye-slash toggle to quickly apply or unapply the filter without losing the saved list. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
130 B
Python
5 lines
130 B
Python
from . import woo_setup_wizard
|
|
from . import woo_product_fetch
|
|
from . import woo_product_create
|
|
from . import woo_category_filter
|