/home/altere25/sportzsoftlivemeet.com/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php197660644editdlrm
admin-ajax.php51460644editdlrm
admin-footer.php28230644editdlrm
admin-functions.php4060644editdlrm
admin-header.php90780644editdlrm
admin-post.php20700644editdlrm
admin.php125590644editdlrm
async-upload.php48270644editdlrm
authorize-application.php103350644editdlrm
comment.php116220644editdlrm
contribute.php57270644editdlrm
credits.php38410644editdlrm
custom-background.php4160644editdlrm
custom-header.php4260644editdlrm
customize.php111260644editdlrm
edit-comments.php147260644editdlrm
edit-form-advanced.php294240644editdlrm
edit-form-blocks.php123440644editdlrm
edit-form-comment.php85440644editdlrm
edit-link-form.php63620644editdlrm
edit-tag-form.php106760644editdlrm
edit-tags.php224550644editdlrm
edit.php199470644editdlrm
erase-personal-data.php75050644editdlrm
export-personal-data.php79410644editdlrm
export.php112880644editdlrm
font-library.php10360644editdlrm
freedoms.php46040644editdlrm
import.php76570644editdlrm
index.php78640644editdlrm
install-helper.php69610644editdlrm
install.php174900644editdlrm
link-add.php9380644editdlrm
link-manager.php43650644editdlrm
link-parse-opml.php26970644editdlrm
link.php29570644editdlrm
load-scripts.php22710644editdlrm
load-styles.php31940644editdlrm
media-new.php32610644editdlrm
media-upload.php35690644editdlrm
media.php8190644editdlrm
menu-header.php100690644editdlrm
menu.php170680644editdlrm
moderation.php3070644editdlrm
ms-admin.php1960644editdlrm
ms-delete-site.php42870644editdlrm
ms-edit.php2160644editdlrm
ms-options.php2290644editdlrm
ms-sites.php2150644editdlrm
ms-themes.php2170644editdlrm
ms-upgrade-network.php2190644editdlrm
ms-users.php2150644editdlrm
my-sites.php48580644editdlrm
nav-menus.php491580644editdlrm
network.php55220644editdlrm
options-connectors.php10960644editdlrm
options-discussion.php159510644editdlrm
options-general.php212410644editdlrm
options-head.php5480644editdlrm
options-media.php65050644editdlrm
options-permalink.php217180644editdlrm
options-privacy.php101900644editdlrm
options-reading.php102660644editdlrm
options-writing.php93170644editdlrm
options.php138620644editdlrm
plugin-editor.php137370644editdlrm
plugin-install.php71240644editdlrm
plugins.php298270644editdlrm
post-new.php27680644editdlrm
post.php102090644editdlrm
press-this.php23960644editdlrm
privacy-policy-guide.php37560644editdlrm
privacy.php25420644editdlrm
profile.php2830644editdlrm
revision.php58510644editdlrm
setup-config.php178840644editdlrm
site-editor.php64120644editdlrm
site-health-info.php40840644editdlrm
site-health.php104430644editdlrm
term.php22490644editdlrm
theme-editor.php157920644editdlrm
theme-install.php239030644editdlrm
themes.php480830644editdlrm
tools.php35140644editdlrm
update-core.php465130644editdlrm
update.php130920644editdlrm
upgrade-functions.php3410644editdlrm
upgrade.php56880644editdlrm
upload.php152070644editdlrm
user-edit.php402160644editdlrm
user-new.php245580644editdlrm
users.php238530644editdlrm
widgets-form-blocks.php45000644editdlrm
widgets-form.php196250644editdlrm
widgets.php11120644editdlrm
Edit: /home/altere25/sportzsoftlivemeet.com/wp-admin/customize.php (11126B)
' . __( 'You need a higher level of permission.' ) . '' . '

' . __( 'Sorry, you are not allowed to customize this site.' ) . '

', 403 ); } /** * @global WP_Scripts $wp_scripts * @global WP_Customize_Manager $wp_customize */ global $wp_scripts, $wp_customize; if ( $wp_customize->changeset_post_id() ) { $changeset_post = get_post( $wp_customize->changeset_post_id() ); if ( ! current_user_can( get_post_type_object( 'customize_changeset' )->cap->edit_post, $changeset_post->ID ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . '

' . __( 'Sorry, you are not allowed to edit this changeset.' ) . '

', 403 ); } $missed_schedule = ( 'future' === $changeset_post->post_status && get_post_time( 'G', true, $changeset_post ) < time() ); if ( $missed_schedule ) { /* * Note that an Ajax request spawns here instead of just calling `wp_publish_post( $changeset_post->ID )`. * * Because WP_Customize_Manager is not instantiated for customize.php with the `settings_previewed=false` * argument, settings cannot be reliably saved. Some logic short-circuits if the current value is the * same as the value being saved. This is particularly true for options via `update_option()`. * * By opening an Ajax request, this is avoided and the changeset is published. See #39221. */ $nonces = $wp_customize->get_nonces(); $request_args = array( 'nonce' => $nonces['save'], 'customize_changeset_uuid' => $wp_customize->changeset_uuid(), 'wp_customize' => 'on', 'customize_changeset_status' => 'publish', ); ob_start(); ?> ' . __( 'Your scheduled changes just published' ) . '' . '

' . __( 'Customize New Changes' ) . '

' . $script, 200 ); } if ( in_array( get_post_status( $changeset_post->ID ), array( 'publish', 'trash' ), true ) ) { wp_die( '

' . __( 'Something went wrong.' ) . '

' . '

' . __( 'This changeset cannot be further modified.' ) . '

' . '

' . __( 'Customize New Changes' ) . '

', 403 ); } } $url = ! empty( $_REQUEST['url'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['url'] ) ) : ''; $return = ! empty( $_REQUEST['return'] ) ? sanitize_text_field( wp_unslash( $_REQUEST['return'] ) ) : ''; $autofocus = ! empty( $_REQUEST['autofocus'] ) && is_array( $_REQUEST['autofocus'] ) ? array_map( 'sanitize_text_field', wp_unslash( $_REQUEST['autofocus'] ) ) : array(); if ( ! empty( $url ) ) { $wp_customize->set_preview_url( $url ); } if ( ! empty( $return ) ) { $wp_customize->set_return_url( $return ); } if ( ! empty( $autofocus ) ) { $wp_customize->set_autofocus( $autofocus ); } $registered = $wp_scripts->registered; $wp_scripts = new WP_Scripts(); $wp_scripts->registered = $registered; add_action( 'customize_controls_print_scripts', 'print_head_scripts', 20 ); add_action( 'customize_controls_print_footer_scripts', '_wp_footer_scripts' ); add_action( 'customize_controls_print_styles', 'print_admin_styles', 20 ); /** * Fires when Customizer controls are initialized, before scripts are enqueued. * * @since 3.4.0 */ do_action( 'customize_controls_init' ); wp_enqueue_script( 'heartbeat' ); wp_enqueue_script( 'customize-controls' ); wp_enqueue_style( 'customize-controls' ); /** * Fires when enqueuing Customizer control scripts. * * @since 3.4.0 */ do_action( 'customize_controls_enqueue_scripts' ); // Let's roll. header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) ); wp_user_settings(); _wp_admin_html_begin(); $body_class = 'wp-core-ui wp-customizer js'; if ( wp_is_mobile() ) : $body_class .= ' mobile'; add_filter( 'admin_viewport_meta', '_customizer_mobile_viewport_meta' ); endif; if ( $wp_customize->is_ios() ) { $body_class .= ' ios'; } if ( is_rtl() ) { $body_class .= ' rtl'; } $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) ); if ( wp_use_widgets_block_editor() ) { $body_class .= ' wp-embed-responsive'; } $admin_title = sprintf( $wp_customize->get_document_title_template(), __( 'Loading…' ) ); ?> <?php echo esc_html( $admin_title ); ?>
theme()->get( 'RequiresWP' ) ); $compatible_php = is_php_version_compatible( $wp_customize->theme()->get( 'RequiresPHP' ) ); ?> is_theme_active() ? __( 'Publish' ) : __( 'Activate & Publish' ); ?>
    ' . get_bloginfo( 'name', 'display' ) . '' ); ?>

    Documentation on Customizer' ); ?>