PHP 8.2.29
Preview: widgets.php Size: 1.09 KB
/home/medyaist/hurdamakara.com/wp-admin/widgets.php
<?php
/**
 * Widget administration screen.
 *
 * @package WordPress
 * @subpackage Administration
 */

/** WordPress Administration Bootstrap */
require_once __DIR__ . '/admin.php';

/** WordPress Administration Widgets API */
require_once ABSPATH . 'wp-admin/includes/widgets.php';

if ( ! current_user_can( 'edit_theme_options' ) ) {
	wp_die(
		'<h1>' . __( 'You need a higher level of permission.' ) . '</h1>' .
		'<p>' . __( 'Sorry, you are not allowed to edit theme options on this site.' ) . '</p>',
		403
	);
}

if ( ! current_theme_supports( 'widgets' ) ) {
	wp_die( __( 'The theme you are currently using is not widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="https://developer.wordpress.org/themes/functionality/widgets/">follow these instructions</a>.' ) );
}

// Used in the HTML title tag.
$title       = __( 'Widgets' );
$parent_file = 'themes.php';

if ( wp_use_widgets_block_editor() ) {
	require ABSPATH . 'wp-admin/widgets-form-blocks.php';
} else {
	require ABSPATH . 'wp-admin/widgets-form.php';
}

Directory Contents

Dirs: 7 × Files: 14
Name Size Perms Modified Actions
css DIR
- drwxr-xr-x 2025-12-08 04:43:37
Edit Download
images DIR
- drwxr-xr-x 2026-01-08 03:04:59
Edit Download
includes DIR
- drwxr-xr-x 2026-01-14 03:17:58
Edit Download
js DIR
- drwxr-xr-x 2026-01-08 03:55:26
Edit Download
maint DIR
- drwxr-xr-x 2026-01-12 11:34:56
Edit Download
network DIR
- drwxr-xr-x 2026-01-15 10:42:12
Edit Download
user DIR
- drwxr-xr-x 2026-01-14 04:22:42
Edit Download
4.38 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
14.38 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
253.11 KB lrw-r--r-- 2026-03-02 07:12:42
Edit Download
4.80 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
2.92 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
196 B lrw-r--r-- 2025-12-08 04:43:15
Edit Download
229 B lrw-r--r-- 2025-12-08 20:16:38
Edit Download
215 B lrw-r--r-- 2025-12-08 04:43:15
Edit Download
4.74 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
48.19 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
13.60 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
3.43 KB lrw-r--r-- 2025-12-08 04:43:18
Edit Download
23.29 KB lrw-r--r-- 2025-12-08 20:16:38
Edit Download
1.09 KB lrw-r--r-- 2025-12-08 04:43:18
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).