directory-structure.txt 1.1 KB

1234567891011121314151617181920212223242526272829
  1. studiou-wc-product-cat-manage/
  2. ├── assets/
  3. │ ├── css/
  4. │ │ └── admin.css
  5. │ └── js/
  6. │ └── admin.js
  7. ├── includes/
  8. │ ├── class-studiou-wc-product-cat-manage-db.php
  9. │ ├── class-studiou-wc-product-cat-manage-export.php
  10. │ ├── class-studiou-wc-product-cat-manage-import.php
  11. │ └── class-studiou-wc-product-cat-manage-manipulator.php
  12. ├── languages/
  13. │ ├── studiou-wc-product-cat-manage.pot
  14. │ ├── studiou-wc-product-cat-manage-cs_CZ.po
  15. │ └── studiou-wc-product-cat-manage-cs_CZ.mo
  16. ├── views/
  17. │ ├── import.php
  18. │ ├── export.php
  19. │ ├── manipulations.php
  20. │ └── manipulations/
  21. │ ├── tab-move.php
  22. │ ├── tab-batch-description.php
  23. │ ├── tab-delete-products.php
  24. │ ├── tab-clear-media.php
  25. │ ├── tab-remove-unassigned.php
  26. │ ├── tab-upvp.php
  27. │ └── tab-notes.php
  28. ├── readme.md
  29. └── studiou-wc-product-cat-manage.php