7.4.33 | Linux x86_64
Server128.199.10.0
Userwww-data (uid:33)
PHP7.4.33 (apache2handler)
Terminal
Upload
Files: /var/www/html/wp-admin/network
View: edit.php
<?php /** * Action handler for Multisite administration panels. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ /** Load WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; $action = $_GET['action'] ?? ''; if ( empty( $action ) ) { wp_redirect( network_admin_url() ); exit; } /** * Fires just before the action handler in several Network Admin screens. * * This hook fires on multiple screens in the Multisite Network Admin, * including Users, Network Settings, and Site Settings. * * @since 3.0.0 */ do_action( 'wpmuadminedit' ); /** * Fires the requested handler action. * * The dynamic portion of the hook name, `$action`, refers to the name * of the requested action derived from the `GET` request. * * @since 3.1.0 */ do_action( "network_admin_edit_{$action}" ); wp_redirect( network_admin_url() ); exit;
NameSizeActions
about.php245BView Edit Del
admin.php1024BView Edit Del
contribute.php255BView Edit Del
credits.php249BView Edit Del
edit.php878BView Edit Del
freedoms.php251BView Edit Del
index.php2.8KView Edit Del
menu.php4.7KView Edit Del
plugin-editor.php266BView Edit Del
plugin-install.php377BView Edit Del
plugins.php249BView Edit Del
privacy.php249BView Edit Del
profile.php254BView Edit Del
settings.php21.5KView Edit Del
setup.php247BView Edit Del
site-info.php7.6KView Edit Del
site-new.php9.5KView Edit Del
site-settings.php5.8KView Edit Del
site-themes.php6.7KView Edit Del
site-users.php11.5KView Edit Del
sites.php14.2KView Edit Del
theme-editor.php264BView Edit Del
theme-install.php374BView Edit Del
themes.php15.6KView Edit Del
update-core.php253BView Edit Del
update.php450BView Edit Del
upgrade.php4.8KView Edit Del
user-edit.php253BView Edit Del
user-new.php5.1KView Edit Del
users.php10.3KView Edit Del