/home/altere25/sportzsoft.altereddigital.com/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php239520644editdlrm
admin-ajax.php49420644editdlrm
admin-footer.php28230644editdlrm
admin-functions.php4060644editdlrm
admin-header.php90320644editdlrm
admin-post.php20470644editdlrm
admin.php125590644editdlrm
async-upload.php47890644editdlrm
authorize-application.php103350644editdlrm
comment.php115650644editdlrm
contribute.php56240644editdlrm
credits.php37630644editdlrm
custom-background.php4160644editdlrm
custom-header.php4260644editdlrm
customize.php108650644editdlrm
edit-comments.php147260644editdlrm
edit-form-advanced.php293160644editdlrm
edit-form-blocks.php120240644editdlrm
edit-form-comment.php85440644editdlrm
edit-link-form.php63620644editdlrm
edit-tag-form.php107030644editdlrm
edit-tags.php224360644editdlrm
edit.php198970644editdlrm
erase-personal-data.php75380644editdlrm
export-personal-data.php79450644editdlrm
export.php112790644editdlrm
freedoms.php45370644editdlrm
import.php76470644editdlrm
index.php78640644editdlrm
install-helper.php69610644editdlrm
install.php175010644editdlrm
link-add.php7420644editdlrm
link-manager.php43650644editdlrm
link-parse-opml.php26900644editdlrm
link.php27610644editdlrm
load-scripts.php17000644editdlrm
load-styles.php26260644editdlrm
media-new.php32610644editdlrm
media-upload.php35690644editdlrm
media.php7630644editdlrm
menu-header.php100720644editdlrm
menu.php171500644editdlrm
moderation.php3070644editdlrm
ms-admin.php1960644editdlrm
ms-delete-site.php42870644editdlrm
ms-edit.php2160644editdlrm
ms-options.php2230644editdlrm
ms-sites.php2150644editdlrm
ms-themes.php2170644editdlrm
ms-upgrade-network.php2190644editdlrm
ms-users.php2150644editdlrm
my-sites.php48580644editdlrm
nav-menus.php489100644editdlrm
network.php54820644editdlrm
options-discussion.php159510644editdlrm
options-general.php171920644editdlrm
options-head.php4920644editdlrm
options-media.php65050644editdlrm
options-permalink.php216300644editdlrm
options-privacy.php102100644editdlrm
options-reading.php103140644editdlrm
options-writing.php92730644editdlrm
options.php136240644editdlrm
plugin-editor.php137140644editdlrm
plugin-install.php69400644editdlrm
plugins.php295140644editdlrm
post-new.php27030644editdlrm
post.php100880644editdlrm
press-this.php23860644editdlrm
privacy-policy-guide.php37560644editdlrm
privacy.php24700644editdlrm
profile.php2830644editdlrm
revision.php56000644editdlrm
setup-config.php177420644editdlrm
site-editor.php61020644editdlrm
site-health-info.php40700644editdlrm
site-health.php103870644editdlrm
term.php22490644editdlrm
theme-editor.php155130644editdlrm
theme-install.php239110644editdlrm
themes.php480150644editdlrm
tools.php35140644editdlrm
update-core.php462850644editdlrm
update.php130920644editdlrm
upgrade-functions.php3410644editdlrm
upgrade.php56880644editdlrm
upload.php151980644editdlrm
user-edit.php400050644editdlrm
user-new.php245610644editdlrm
users.php238470644editdlrm
widgets-form-blocks.php45000644editdlrm
widgets-form.php196350644editdlrm
widgets.php11120644editdlrm
Edit: /home/altere25/sportzsoft.altereddigital.com/wp-admin/theme-install.php (23911B)
$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 New Theme' ), 'search' => __( 'Search Themes' ), 'searchPlaceholder' => __( 'Search themes...' ), // Placeholder (no ellipsis). '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 '
'; } ?>