# Admin

This directory contains admin dashboard classes for the Bizzmudra plugin.

## Files

| File | Description |
|------|-------------|
| `AdminHandler.php` | Manages admin interface: loads the options framework, enqueues admin scripts/styles, and adds plugin action/row meta links. |

## Notes

- The options framework (`admin/options-framework/`) is a shared framework used across multiple Bizzplugin products and must NOT be modified.
- The `framework-loader.php` in the `admin/` directory configures the framework panels and sections for this plugin's settings.
- Admin scripts and styles are only loaded on the plugin's own settings page.
