Primary responsibility
Visual divider for the left-side navigation drawer. Renders as either a thin horizontal rule or a labeled section header (e.g., “Account”, “Browse”, “Help”).
Settings
| Setting | Type | Environment | Purpose |
|---|---|---|---|
label |
text | per-button | Optional section header text |
style_* |
various | per-button | Color, thickness |
Filename note
The source filename is content-class-left-menu-seperator.php — note the historic typo (seperator). This is preserved intentionally; renaming the file would break the include chain in content-class-manager.php. The class name local_app_left_menu_separator uses the correct spelling.
Gotchas
- Filename has a
seperatortypo (preserved). Don’t “fix” it — the include chain depends on the existing path. - No tap target. Even with
tappableset, the separator doesn’t fire a navigation action.
Related articles
- Content classes overview
Metadata
| Field | Value |
|---|---|
| Article type | Screen Reference |
| Plugin slug | mam-main |
| Applies to plugin version | 2.1.11+ |
| Category | App Settings Reference |
| Audience | WordPress admin |
| Class name | local_app_left_menu_separator (frozen) |
| Source file | includes/content-classes/content-class-left-menu-seperator.php |
| Last verified | 2026-05-02 |
