PATH:
home
/
beestk
/
adn
/
wp-admin
<?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'; }
[+]
..
[-] link-add.php
[open]
[-] plugin-editor.php
[open]
[-] media-new.php
[open]
[-] plugin-install.php
[open]
[-] upgrade.php
[open]
[-] index.php
[open]
[-] edit-link-form.php
[open]
[-] post.php
[open]
[-] edit-tag-form.php
[open]
[+]
user
[-] media-upload.php
[open]
[-] custom-background.php
[open]
[-] admin-footer.php
[open]
[-] async-upload.php
[open]
[-] widgets-form.php
[open]
[-] ms-themes.php
[open]
[-] menu.php
[open]
[-] comment.php
[open]
[-] setup-config.php
[open]
[-] update.php
[open]
[-] credits.php
[open]
[-] ms-admin.php
[open]
[-] site-health.php
[open]
[-] ms-users.php
[open]
[-] options-reading.php
[open]
[-] options-head.php
[open]
[-] theme-install.php
[open]
[-] theme-editor.php
[open]
[-] edit-tags.php
[open]
[-] link.php
[open]
[-] menu-header.php
[open]
[-] ms-upgrade-network.php
[open]
[-] term.php
[open]
[-] ms-options.php
[open]
[-] ms-delete-site.php
[open]
[-] link-manager.php
[open]
[-] themes.php
[open]
[-] admin-post.php
[open]
[-] import.php
[open]
[-] moderation.php
[open]
[+]
css
[-] options-permalink.php
[open]
[-] edit.php
[open]
[-] privacy-policy-guide.php
[open]
[-] load-scripts.php
[open]
[-] contribute.php
[open]
[-] user-edit.php
[open]
[-] site-health-info.php
[open]
[-] user-new.php
[open]
[-] upload.php
[open]
[-] admin-functions.php
[open]
[-] press-this.php
[open]
[-] widgets.php
[open]
[-] options-discussion.php
[open]
[-] erase-personal-data.php
[open]
[+]
maint
[-] customize.php
[open]
[-] admin-ajax.php
[open]
[-] tools.php
[open]
[-] options-privacy.php
[open]
[-] options-general.php
[open]
[-] custom-header.php
[open]
[-] edit-comments.php
[open]
[-] edit-form-comment.php
[open]
[-] privacy.php
[open]
[-] options-media.php
[open]
[+]
js
[-] update-core.php
[open]
[-] ms-sites.php
[open]
[-] install.php
[open]
[+]
includes
[+]
network
[-] install-helper.php
[open]
[-] nav-menus.php
[open]
[-] authorize-application.php
[open]
[-] options-writing.php
[open]
[-] profile.php
[open]
[-] ms-edit.php
[open]
[-] freedoms.php
[open]
[-] link-parse-opml.php
[open]
[-] widgets-form-blocks.php
[open]
[-] load-styles.php
[open]
[-] users.php
[open]
[-] upgrade-functions.php
[open]
[-] edit-form-advanced.php
[open]
[-] about.php
[open]
[+]
images
[-] admin.php
[open]
[-] edit-form-blocks.php
[open]
[-] my-sites.php
[open]
[-] plugins.php
[open]
[-] post-new.php
[open]
[-] site-editor.php
[open]
[-] admin-header.php
[open]
[-] network.php
[open]
[-] revision.php
[open]
[-] options.php
[open]
[-] media.php
[open]
[-] export.php
[open]
[-] export-personal-data.php
[open]