# BW Test Adi — Architecture

**Version:** 0.1.0 | **Last Updated:** 2026-05-06

## Overview

Describe the high-level architecture here. What problem does the plugin solve? What are its main components?

## File Layout

```
bw-test-adi/
├── bw-test-adi.php              Main plugin file, bootstrap
├── includes/                  Core classes
├── admin/                     Admin UI
├── assets/                    Frontend CSS/JS
├── vendor/                    Third-party libs (plugin-update-checker)
└── docs/                      Dev docs (not shipped)
```

## Core Classes

(List each class, its responsibility, and where it lives.)

## Hooks

### Actions

(List actions the plugin fires.)

### Filters

(List filters the plugin exposes.)

## Data Storage

(List options, custom tables, post meta the plugin reads/writes.)

## External Dependencies

- `vendor/plugin-update-checker` — YahnisElsts plugin update checker v5

## Security Notes

(Document any security-sensitive areas and how they're protected.)
