Skip to content

Multisite support (audit, config, tests) #270

@ogorzalka

Description

@ogorzalka

Phase 6 — Multisite support (v14.x / v15.0)

6.1 Audit and documentation

Current state: Partial support — WordPress::multisite(), Bootstrap::fixNetworkUrl(), WordPress auth works natively in multisite. But nothing is documented or tested.

Solution:

  • Audit each module for multisite behavior
  • Document known limitations
  • Add Feature tests with is_multisite() → true
  • Critical points: discovery (per-site or global?), cache (per-blog?), routes (subdomains vs subdirectories)

6.2 Multisite-aware configuration

  • config/wordpress.php: support multisite constants (MULTISITE, SUBDOMAIN_INSTALL, etc.)
  • Bootstrap.php: automatic multisite detection
  • Service providers: conditional boot() per blog if needed

Target version

v14.x / v15.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions