multisite_scaffold_network_admin
Generates a WordPress Multisite network admin page with menu registration, capability checks, and settings form. Ideal for plugins requiring network-wide settings.
Instructions
Generate a WordPress Multisite network admin page: menu registration, capability checks, settings form, and ServiceProvider. For plugins that need network-wide settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootNamespace | Yes | Plugin root namespace | |
| pageName | Yes | Page name in PascalCase (e.g., "NetworkSettings") | |
| pageSlug | Yes | Admin page slug (e.g., "my-plugin-network") | |
| pageTitle | Yes | Page title (e.g., "My Plugin Network Settings") | |
| textDomain | Yes | Plugin text domain |