/var/www/p4ela.net/www/wp-admin
NameSizeModeActions
css/-0777rm
images/-0777rm
includes/-0777rm
js/-0777rm
maint/-0777rm
network/-0777rm
user/-0777rm
about.php197230666editdlrm
admin-ajax.php51460666editdlrm
admin-footer.php28340666editdlrm
admin-functions.php4060666editdlrm
admin-header.php90750666editdlrm
admin-post.php20700666editdlrm
admin.php125650666editdlrm
async-upload.php48560666editdlrm
authorize-application.php103350666editdlrm
comment.php116220666editdlrm
contribute.php57270666editdlrm
credits.php38410666editdlrm
custom-background.php4160666editdlrm
custom-header.php4260666editdlrm
customize.php111260666editdlrm
edit-comments.php147260666editdlrm
edit-form-advanced.php295500666editdlrm
edit-form-blocks.php132690666editdlrm
edit-form-comment.php85440666editdlrm
edit-link-form.php63620666editdlrm
edit-tag-form.php106950666editdlrm
edit-tags.php225330666editdlrm
edit.php199520666editdlrm
erase-personal-data.php75050666editdlrm
export-personal-data.php79410666editdlrm
export.php112880666editdlrm
freedoms.php46040666editdlrm
import.php76570666editdlrm
index.php78640666editdlrm
install-helper.php69610666editdlrm
install.php175090666editdlrm
link-add.php9380666editdlrm
link-manager.php43650666editdlrm
link-parse-opml.php26970666editdlrm
link.php29570666editdlrm
load-scripts.php20700666editdlrm
load-styles.php29950666editdlrm
media-new.php32610666editdlrm
media-upload.php35690666editdlrm
media.php8190666editdlrm
menu-header.php100690666editdlrm
menu.php170730666editdlrm
moderation.php3070666editdlrm
ms-admin.php1960666editdlrm
ms-delete-site.php42940666editdlrm
ms-edit.php2160666editdlrm
ms-options.php2290666editdlrm
ms-sites.php2150666editdlrm
ms-themes.php2170666editdlrm
ms-upgrade-network.php2190666editdlrm
ms-users.php2150666editdlrm
my-sites.php48580666editdlrm
nav-menus.php492750666editdlrm
network.php55220666editdlrm
options-discussion.php157660666editdlrm
options-general.php220300666editdlrm
options-head.php5480666editdlrm
options-media.php65050666editdlrm
options-permalink.php217180666editdlrm
options-privacy.php101900666editdlrm
options-reading.php102660666editdlrm
options-writing.php93170666editdlrm
options.php137680666editdlrm
plugin-editor.php137370666editdlrm
plugin-install.php71240666editdlrm
plugins.php307320666editdlrm
post-new.php27680666editdlrm
post.php102090666editdlrm
press-this.php23960666editdlrm
privacy-policy-guide.php37560666editdlrm
privacy.php25420666editdlrm
profile.php2830666editdlrm
revision.php58510666editdlrm
setup-config.php179030666editdlrm
site-editor.php72170666editdlrm
site-health-info.php40840666editdlrm
site-health.php104430666editdlrm
term.php22490666editdlrm
theme-editor.php157920666editdlrm
theme-install.php239300666editdlrm
themes.php480780666editdlrm
tools.php35140666editdlrm
update-core.php465190666editdlrm
update.php130920666editdlrm
upgrade-functions.php3410666editdlrm
upgrade.php57070666editdlrm
upload.php152070666editdlrm
user-edit.php405510666editdlrm
user-new.php245460666editdlrm
users.php238530666editdlrm
widgets-form-blocks.php50860666editdlrm
widgets-form.php196250666editdlrm
widgets.php11120666editdlrm
Edit: /var/www/p4ela.net/www/wp-admin/site-editor.php (7217B)
' . __( 'You need a higher level of permission.' ) . '' . '

' . __( 'Sorry, you are not allowed to edit theme options on this site.' ) . '

', 403 ); } $is_template_part = isset( $_GET['postType'] ) && 'wp_template_part' === sanitize_key( $_GET['postType'] ); $is_template_part_path = isset( $_GET['path'] ) && 'wp_template_partall' === sanitize_key( $_GET['path'] ); $is_template_part_editor = $is_template_part || $is_template_part_path; $is_patterns = isset( $_GET['postType'] ) && 'wp_block' === sanitize_key( $_GET['postType'] ); $is_patterns_path = isset( $_GET['path'] ) && 'patterns' === sanitize_key( $_GET['path'] ); $is_patterns_editor = $is_patterns || $is_patterns_path; if ( ! wp_is_block_theme() ) { if ( ! current_theme_supports( 'block-template-parts' ) && $is_template_part_editor ) { wp_die( __( 'The theme you are currently using is not compatible with the Site Editor.' ) ); } elseif ( ! $is_patterns_editor && ! $is_template_part_editor ) { wp_die( __( 'The theme you are currently using is not compatible with the Site Editor.' ) ); } } // Used in the HTML title tag. $title = _x( 'Editor', 'site editor title tag' ); $parent_file = 'themes.php'; // Flag that we're loading the block editor. $current_screen = get_current_screen(); $current_screen->is_block_editor( true ); // Default to is-fullscreen-mode to avoid jumps in the UI. add_filter( 'admin_body_class', static function ( $classes ) { return "$classes is-fullscreen-mode"; } ); $indexed_template_types = array(); foreach ( get_default_block_template_types() as $slug => $template_type ) { $template_type['slug'] = (string) $slug; $indexed_template_types[] = $template_type; } $block_editor_context = new WP_Block_Editor_Context( array( 'name' => 'core/edit-site' ) ); $custom_settings = array( 'siteUrl' => site_url(), 'postsPerPage' => get_option( 'posts_per_page' ), 'styles' => get_block_editor_theme_styles(), 'defaultTemplateTypes' => $indexed_template_types, 'defaultTemplatePartAreas' => get_allowed_block_template_part_areas(), 'supportsLayout' => wp_theme_has_theme_json(), 'supportsTemplatePartsMode' => ! wp_is_block_theme() && current_theme_supports( 'block-template-parts' ), ); // Add additional back-compat patterns registered by `current_screen` et al. $custom_settings['__experimentalAdditionalBlockPatterns'] = WP_Block_Patterns_Registry::get_instance()->get_all_registered( true ); $custom_settings['__experimentalAdditionalBlockPatternCategories'] = WP_Block_Pattern_Categories_Registry::get_instance()->get_all_registered( true ); $editor_settings = get_block_editor_settings( $custom_settings, $block_editor_context ); if ( isset( $_GET['postType'] ) && ! isset( $_GET['postId'] ) ) { $post_type = get_post_type_object( $_GET['postType'] ); if ( ! $post_type ) { wp_die( __( 'Invalid post type.' ) ); } } $active_global_styles_id = WP_Theme_JSON_Resolver::get_user_global_styles_post_id(); $active_theme = get_stylesheet(); $navigation_rest_route = rest_get_route_for_post_type_items( 'wp_navigation' ); $preload_paths = array( array( rest_get_route_for_post_type_items( 'attachment' ), 'OPTIONS' ), array( rest_get_route_for_post_type_items( 'page' ), 'OPTIONS' ), '/wp/v2/types?context=view', '/wp/v2/types/wp_template?context=edit', '/wp/v2/types/wp_template_part?context=edit', '/wp/v2/templates?context=edit&per_page=-1', '/wp/v2/template-parts?context=edit&per_page=-1', '/wp/v2/themes?context=edit&status=active', '/wp/v2/global-styles/' . $active_global_styles_id . '?context=edit', array( '/wp/v2/global-styles/' . $active_global_styles_id, 'OPTIONS' ), '/wp/v2/global-styles/themes/' . $active_theme . '?context=view', '/wp/v2/global-styles/themes/' . $active_theme . '/variations?context=view', array( $navigation_rest_route, 'OPTIONS' ), array( add_query_arg( array( 'context' => 'edit', 'per_page' => 100, 'order' => 'desc', 'orderby' => 'date', // array indices are required to avoid query being encoded and not matching in cache. 'status[0]' => 'publish', 'status[1]' => 'draft', ), $navigation_rest_route ), 'GET', ), ); block_editor_rest_api_preload( $preload_paths, $block_editor_context ); wp_add_inline_script( 'wp-edit-site', sprintf( 'wp.domReady( function() { wp.editSite.initializeEditor( "site-editor", %s ); } );', wp_json_encode( $editor_settings ) ) ); // Preload server-registered block schemas. wp_add_inline_script( 'wp-blocks', 'wp.blocks.unstable__bootstrapServerSideBlockDefinitions(' . wp_json_encode( get_block_editor_server_block_settings() ) . ');' ); // Preload server-registered block bindings sources. $registered_sources = get_all_registered_block_bindings_sources(); if ( ! empty( $registered_sources ) ) { $filtered_sources = array(); foreach ( $registered_sources as $source ) { $filtered_sources[] = array( 'name' => $source->name, 'label' => $source->label, 'usesContext' => $source->uses_context, ); } $script = sprintf( 'for ( const source of %s ) { wp.blocks.registerBlockBindingsSource( source ); }', wp_json_encode( $filtered_sources ) ); wp_add_inline_script( 'wp-blocks', $script ); } wp_add_inline_script( 'wp-blocks', sprintf( 'wp.blocks.setCategories( %s );', wp_json_encode( isset( $editor_settings['blockCategories'] ) ? $editor_settings['blockCategories'] : array() ) ), 'after' ); wp_enqueue_script( 'wp-edit-site' ); wp_enqueue_script( 'wp-format-library' ); wp_enqueue_style( 'wp-edit-site' ); wp_enqueue_style( 'wp-format-library' ); wp_enqueue_media(); if ( current_theme_supports( 'wp-block-styles' ) && ( ! is_array( $editor_styles ) || count( $editor_styles ) === 0 ) ) { wp_enqueue_style( 'wp-block-library-theme' ); } /** This action is documented in wp-admin/edit-form-blocks.php */ do_action( 'enqueue_block_editor_assets' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

'error', 'additional_classes' => array( 'hide-if-js' ), ) ); ?>