at path:ROOT / wp-admin / network / index.php
run:R W Run
245 By
2026-03-11 16:18:51
R W Run
1 KB
2026-03-11 16:18:51
R W Run
255 By
2026-03-11 16:18:51
R W Run
249 By
2026-03-11 16:18:51
R W Run
908 By
2026-03-11 16:18:51
R W Run
251 By
2026-03-11 16:18:51
R W Run
2.84 KB
2026-03-11 16:18:51
R W Run
4.69 KB
2026-03-11 16:18:51
R W Run
266 By
2026-03-11 16:18:51
R W Run
377 By
2026-03-11 16:18:51
R W Run
249 By
2026-03-11 16:18:51
R W Run
249 By
2026-03-11 16:18:51
R W Run
254 By
2026-03-11 16:18:51
R W Run
21.51 KB
2026-03-11 16:18:51
R W Run
247 By
2026-03-11 16:18:51
R W Run
7.59 KB
2026-03-11 16:18:51
R W Run
9.38 KB
2026-03-11 16:18:51
R W Run
5.47 KB
2026-03-11 16:18:51
R W Run
6.71 KB
2026-03-11 16:18:51
R W Run
11.53 KB
2026-03-11 16:18:51
R W Run
14.2 KB
2026-03-11 16:18:51
R W Run
264 By
2026-03-11 16:18:51
R W Run
374 By
2026-03-11 16:18:51
R W Run
15.61 KB
2026-03-11 16:18:51
R W Run
253 By
2026-03-11 16:18:51
R W Run
450 By
2026-03-11 16:18:51
R W Run
4.83 KB
2026-03-11 16:18:51
R W Run
253 By
2026-03-11 16:18:51
R W Run
5.11 KB
2026-03-11 16:18:51
R W Run
9.27 KB
2026-03-11 16:18:51
R W Run
error_log
📄index.php
1<?php
2/**
3 * Multisite administration panel.
4 *
5 * @package WordPress
6 * @subpackage Multisite
7 * @since 3.0.0
8 */
9
10/** Load WordPress Administration Bootstrap */
11require_once __DIR__ . '/admin.php';
12
13/** Load WordPress dashboard API */
14require_once ABSPATH . 'wp-admin/includes/dashboard.php';
15
16if ( ! current_user_can( 'manage_network' ) ) {
17 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 );
18}
19
20// Used in the HTML title tag.
21$title = __( 'Dashboard' );
22$parent_file = 'index.php';
23
24$overview = '<p>' . __( 'Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.' ) . '</p>';
25$overview .= '<p>' . __( 'From here you can:' ) . '</p>';
26$overview .= '<ul><li>' . __( 'Add and manage sites or users' ) . '</li>';
27$overview .= '<li>' . __( 'Install and activate themes or plugins' ) . '</li>';
28$overview .= '<li>' . __( 'Update your network' ) . '</li>';
29$overview .= '<li>' . __( 'Modify global network settings' ) . '</li></ul>';
30
31get_current_screen()->add_help_tab(
32 array(
33 'id' => 'overview',
34 'title' => __( 'Overview' ),
35 'content' => $overview,
36 )
37);
38
39$quick_tasks = '<p>' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '</p>';
40$quick_tasks .= '<ul><li>' . __( 'To add a new user, <strong>click Create a New User</strong>.' ) . '</li>';
41$quick_tasks .= '<li>' . __( 'To add a new site, <strong>click Create a New Site</strong>.' ) . '</li></ul>';
42$quick_tasks .= '<p>' . __( 'To search for a user or site, use the search boxes.' ) . '</p>';
43$quick_tasks .= '<ul><li>' . __( 'To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user&#42;.' ) . '</li>';
44$quick_tasks .= '<li>' . __( 'To search for a site, <strong>enter the path or domain</strong>.' ) . '</li></ul>';
45
46get_current_screen()->add_help_tab(
47 array(
48 'id' => 'quick-tasks',
49 'title' => __( 'Quick Tasks' ),
50 'content' => $quick_tasks,
51 )
52);
53
54get_current_screen()->set_help_sidebar(
55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
56 '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on the Network Admin</a>' ) . '</p>' .
57 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'
58);
59
60wp_dashboard_setup();
61
62wp_enqueue_script( 'dashboard' );
63wp_enqueue_script( 'plugin-install' );
64add_thickbox();
65
66require_once ABSPATH . 'wp-admin/admin-header.php';
67
68?>
69
70<div class="wrap">
71<h1><?php echo esc_html( $title ); ?></h1>
72
73<div id="dashboard-widgets-wrap">
74
75<?php wp_dashboard(); ?>
76
77<div class="clear"></div>
78</div><!-- dashboard-widgets-wrap -->
79
80</div><!-- wrap -->
81
82<?php
83wp_print_community_events_templates();
84require_once ABSPATH . 'wp-admin/admin-footer.php';
85
Ui Ux Design – Teachers Night Out

Get in Touch

© 2024 Teachers Night Out. All Rights Reserved.