All Network Admin screens require multisite. Files load /wp-admin/network/admin.php, which ensures multisite and applies the…
Pages use the same core files as posts, with post_type=page in the URL and page-specific…
edit.php (Posts list) URL: /wp-admin/edit.php Capability required: $post_type_object->cap->edit_posts (typically edit_posts). What it does: Lists posts…
options.php (Settings handler) URL: /wp-admin/options.php Capability required: Varies by option page; uses option_page_capability_{$option_page} filter and…